Header

Summary

The header pattern is used to define HTML headings. It is possible to turn a header into a subheader. A subheader is an indication that it is equally important as a normal header but instead it indicates content that is not part of the main page.

There are no attributes defined for this pattern.

Example

Header 1

Header 2

Header 3

Header 4

Header 5
Header 6

Markup

<h1>Header 1</h1>

<h2>Header 2</h2>

<h3>Header 3</h3>

<h4>Header 4</h4>

<h5>Header 5</h5>

<h6>Header 6</h6>
Fork me on GitHub