使用 Bootstrap 新增帶警告的黃色標籤


在 Bootstrap 中使用 .label-warning 類來新增黃色標籤。

你可以嘗試執行以下程式碼來實現 label-warning 類 −

示例

線上示例

<!DOCTYPE html>
<html>
   <head>
      <title>Bootstrap Example</title>
      <link href = "/bootstrap/css/bootstrap.min.css" rel = "stylesheet">
      <script src = "/scripts/jquery.min.js"></script>
      <script src = "/bootstrap/js/bootstrap.min.js"></script>
   </head>
   <body>
      <div class = "container">
         <p>Warning label</p>
         <span class = "label label-warning">Warning</span>
      </div>
   </body>
</html>

更新日期:12-6 月 -2020

189 條瀏覽

開啟你的 職業生涯

完成課程認證

開始使用
廣告
© . All rights reserved.