Bootstrap 元素樣式


Bootstrap 樣式 <abbr> 帶有底部的淡點虛線邊框的元素,並且在懸停時顯示全文。

HTML <abbr> 元素為縮寫詞或首字母縮寫詞提供標記,例如 NASA、HTTPS、ICC 等等。

你可以嘗試執行以下程式碼以瞭解 Bootstrap 如何對 <abbr> 元素進行樣式設定 −

示例

 即時演示

<!DOCTYPE html>
<html>
   <head>
      <title>Bootstrap abbr styling</title>
      <meta name="viewport" content="width=device-width, initial-scale=1">
      <link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.1/css/bootstrap.min.css">
      <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
      <script src="https://stackpath.bootstrapcdn.com/bootstrap/4.1.1/js/bootstrap.min.js"></script>
   </head>
   <body>
      <abbr title = "National Aeronautics and Space Administration">NASA</abbr><br>
      <abbr title = "International Cricket Council">ICC</abbr>
   </body>
</html>

更新於: 2020-6-12

484 次瀏覽

啟動你的 職業生涯

透過完成課程獲得認證

開始
廣告
© . All rights reserved.