Bootstrap 标签


标签非常适合提供数量、提示或页面其他标记。

示例

使用类 .label 显示标签并尝试运行以下代码

在线演示

<!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>
      <h1>Tutorials
         <span class = "label label-default">
            150
         </span>
      </h1>
      <h2>Quiz
         <span class =" label label-default">
            90
         </span>
      </h2>
   </body>
</html>

更新于: 12-Jun-2020

129 次浏览

开启你的 职业生涯

完成课程即可获得认证

开始
广告