Documentation
Usage: All HTML headings, <h1>
through <h6>
, are available. Structure your writing in sections, with cascading headline hierarchy. This will make your writing easier to scan, as well as make it more accessible and search engine friendly.
Do
- Use headlines to define and structure your content.
- Begin at a high-level headline, like
<h2>
. Define subsections with lower-level headlines.
Don’t
- Don’t format headlines with
<h1>
because the page title is automatically formatted as<h1>
and there should only be one<h1>
on a page. - Don’t use headlines to create emphasis. Headlines should serve as a heading of the content that follows, not a way of making text bigger.