Sobes.tech
Junior

Can multiple h1 headers be used on a page?

sobes.tech AI

Answer from AI

According to the HTML5 specification, a page can have multiple <h1> elements if each is within a separate section (e.g., <article>, <section>, <aside>, <nav>). However, for the main heading of the page, it is recommended to use only one <h1>. This improves semantics and accessibility.