使用 Bootstrap 创建警告消息框


在 Bootstrap 中使用 .alert 类创建警报消息框 −

示例

在线演示

<!DOCTYPE html>
<html>
   <head>
      <title>Bootstrap Example</title>
      <link rel = "stylesheet" href = "https://maxcdn.bootstrapcdn.com/bootstrap/4.1.1/css/bootstrap.min.css">
      <script src = "https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
      <script src = "https://maxcdn.bootstrapcdn.com/bootstrap/4.1.1/js/bootstrap.min.js"></script>
   </head>
   <body>
      <div class = "container">
         <div class = "alert alert-warning">
            <p>Warning!</p>
         </div>
      </div>
   </body>
</html>

更新于: 12-Jun-2020

990 次浏览

开启你的 职业

通过完成课程获得认证

开始学习
广告