Multiple h1 tags?

djordjecupic picture djordjecupic · Apr 25, 2017 · Viewed 7.1k times · Source

Is it really that bad to use multiple h1 tags per page? If using hgroup,article,header,footer,section tags to give semantic meaning to the page? Found a lot of discussions and none of them clearly answers this.

Answer

Alexander picture Alexander · Apr 25, 2017

Each section can include own h1 element. See wiki for details. Use W3C Markup Validation Service to check your HTML.