Bootstrap 警報資訊類


Bootstrap 中的 alert-success 類用於設定資訊。

你可以嘗試執行以下程式碼,在 Bootstrap 中實現 alert-info 類 −

示例

現場演示

<!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-info">This is info!</div>
   </body>
</html>

更新於: 12-6-2020

164 次瀏覽

開啟你的職業生涯

完成課程,獲得認證

開始
廣告
© . All rights reserved.