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>
廣告
資料結構
網路
關係型資料庫管理系統
作業系統
Java
iOS
HTML
CSS
Android
Python
C 程式設計
C++
C#
MongoDB
MySQL
Javascript
PHP