What does Bootstrap heading mean?
Bootstrap heading means Bootstrap page title (Page Header).
Page Header is a nice feature that adds appropriate spacing around the page title. The page title function is particularly useful when there are multiple titles in a web page and a certain amount of space needs to be added between each title.
If you need to use the page header (Page Header), please place your title in a
Example
<div class="page-header"> <h1>页面标题实例 <small>子标题</small> </h1> </div>
This is a sample text. This is a sample text. This is a sample text. This is a sample text. This is a sample text.
The results are as follows:
Related recommendations: "bootstrap tutorial"
The above is the detailed content of What does Bootstrap heading mean?. For more information, please follow other related articles on the PHP Chinese website!