Headings - Level 08
Quiz
Are you allowed to use any other heading element than an <h1> as the first heading on the page?
Possible answers to the quiz
Yes, it does not matter.
No, the
<h1> element always has to be the first heading on the page.Yes, but only if there is an
<h1> element at the start of the main page content. In that case, you should use <h2> headings for sections before the main content.