Sachsentext

Paragraphs must not be used for headers

Headers like h1-h6 are extremely useful for non-sighted users to navigate the structure of the page, and formatting a paragraph to just be big or bold, while it might visually look like a header, does not make it one.

Example

Wrong

<p><strong>Something that really should be a header</strong></p>

Right

<h3>Something that really should be a header</h3>