使用 Bootstrap 添加浅蓝色标签(设置信息)


在 Bootstrap 中使用 .label-info 类以添加浅蓝色标签。

你可以尝试运行以下代码来实现 .label-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 = "container">
         <p>Info label</p>
         <span class="label label-info">Information</span>
      </div>
   </body>
</html>

更新于:12-Jun-2020

130 次浏览

开启你的 职业生涯

通过完成课程获得认证

开始
广告