Easy Tutorial
❮ Bootstrap V2 Media Object Bootstrap Css Codeguide Html ❯

Bootstrap Page Header

The Page Header is a great feature that adds proper spacing around the page title. It is particularly useful when a page contains multiple titles and requires spacing between each title. To use the Page Header, place your title inside a <div> with the class .page-header:

Example

<div class="page-header">
    <h1>Page Header Example
        <small>Subtitle</small>
    </h1>
</div>
<p>This is sample text. This is sample text. This is sample text. This is sample text. This is sample text.</p>

The result is as follows:

❮ Bootstrap V2 Media Object Bootstrap Css Codeguide Html ❯