What does Bootstrap heading mean?

藏色散人
Release: 2019-07-26 11:08:03
Original
3050 people have browsed it

What does Bootstrap heading mean?

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

with class .page-header:

Example

<div class="page-header">
    <h1>页面标题实例
        <small>子标题</small>
    </h1>
</div>
Copy after login

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:

What does Bootstrap heading mean?

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!

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template