Bootstrap alert-warning 類


Bootstrap 中的 alert-success 類用於設定警告

您可以嘗試執行以下程式碼來實現 Bootstrap 中的 alert-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 = "alert alert-warning">This is Warning!.</div>
   </body>
</html>

更新時間:2020-06-12

154 次瀏覽

開啟您的 職業生涯

完成課程並獲得認證

開始
廣告
© . All rights reserved.