Headings

All headings are styled by default by this site’s CSS, unless an overide class is applied.

All pages should have at least an h1, the use heading-levels from the stack to support the sementic meaning of the page.

Headings use sizes from the type scale.

Open this example in a new tab
View the code for this example
<h1>Heading level 1</h1>
<h2>Heading level 2</h2>
<h3>Heading level 3</h3>
<h4>Heading level 4</h4>
<h5>Heading level 5</h5>
<h6>Heading level 6</h6>