Heading hierarchy (heading)

Use semantic heading tags or ARIA heading roles in a logical hierarchy


Missing heading tag:

This heading is using <div> instead of <h1>:


Welcome to our website

The (DOM/programmatic) structure of the above example looks like this:

<div class="h1"> Welcome to our website </div>

Note: Impossible to automatically test or detect. Requires a human tester or AI to visually determine if an element (such as a paragraph) can be considered heading-like, i.e. is being used as a replacement for an actual heading element.

axe detected: none  |  QualWeb detected: none