在 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>

更新日期: 12-6-2020

164 次瀏覽

啟動你的 職業

透過完成課程獲得認證

開始
廣告
© . All rights reserved.