Bootstrap 頁面標題類
頁面標題用於在頁面上的標題周圍新增適當的間距。
若要使用頁面標題,請使用類為 .page-header 的 <<div> 將你的標題包起來 −
示例
<!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 = "page-header"> <h1> Header <small>Subtext for header</small> </h1> </div> <p>Demo text! Demo text! Demo text! Demo text! Demo text! Demo text! Demo text! Demo text! Demo text! </p> </body> </html>
廣告
資料結構
網路
RDBMS
作業系統
Java
iOS
HTML
CSS
Android
Python
C 程式設計
C++
C#
MongoDB
MySQL
Javascript
PHP