使用 Bootstrap 隱藏內容
要使用 Bootstrap 隱藏內容,請使用 Bootstrap 中的 .hidden 類。你可以嘗試執行以下程式碼來隱藏內容
示例
<!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 = "row" style = "padding: 91px 100px 19px 50px;"> <div class = "show" style = "left-margin:10px; width:300px; background-color:#ccc;"> Content is visible. </div> <div class = "hidden" style = "width:200px; background-color:#ccc;"> Content is hidden. </div> </div> </body> </html>
廣告
資料結構
網路
RDBMS
作業系統
Java
iOS
HTML
CSS
Android
Python
C 程式設計
C++
C#
MongoDB
MySQL
Javascript
PHP