用 Bootstrap 展示一個關閉圖示
要在 Bootstrap 中設定一個關閉圖示,請使用 .close 類。
您可以嘗試執行以下程式碼來設定一個關閉圖示 −
例項
<!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 style = "width:600px;background-color:orange;"> <span>Here's the close icon</span> <button type = "button" class = "close"><span aria-hidden = "true">&times;</span> <span class = "sr-only"> Close icon </span> </button> </div> </body> </html>
Advertisement
資料結構
網路
關係型資料庫管理系統
作業系統
Java
iOS
HTML
CSS
Android
Python
C 程式設計
C++
C#
MongoDB
MySQL
Javascript
PHP