使用 Bootstrap 在一个 元素内展示文本,字体较小


在 Bootstrap 中使用 .initialism 类在 <abbr> 元素内显示文本。它可以设置 Bootstrap 中较小的字体大小 -

示例

在线演示

<!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">
         <h2>Cricket</h2>
         <p>The <abbr title = "International Cricket Council">ICC</abbr> governs cricket boards.</p>
         <p>The <abbr title = "International Cricket Council" class = "initialism">ICC</abbr> was founded as the Imperial Cricket Conference in 1909</p>
         <p>Above the ICC abbreviation text is displayed with a smaller font.</p>
      </div>
   </body>
</html>

更新于: 2020 年 6 月 12 日

165 次查看

助力你的 职业

完成课程以获得认证

开始
广告
© . All rights reserved.