Bootstrap 警示-警告類


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>

更新時間: 12-6-2020

154 檢視

開啟您的 職業生涯

完成課程,獲得認證

開始
廣告
© . All rights reserved.