使用 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>
廣告
資料結構
網路
關係型資料庫管理系統
作業系統
Java
iOS
HTML
CSS
安卓
Python
C 語言
C++
C#
MongoDB
MySQL
JavaScript
PHP