Bootstrap page-header 类
页面标题用于在页面上的标题周围添加适当的间距。
要使用页面标题,请将标题用 <div> 包裹起来,其类为 .page-header -
示例
<!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