Y
Hacker News
new
|
ask
|
show
|
jobs
by
blahyawnblah
439 days ago
I've always been under the impression that there was only one <h1> per page
3 comments
moebrowne
439 days ago
I believe it is still best practice to have a single h1 per page but the spec allows many:
https://developer.mozilla.org/en-US/docs/Web/HTML/Reference/...
link
reddalo
439 days ago
It's just a SEO "good practice", but it's perfectly fine to have more than one <h1> tag.
link
MindTooth
439 days ago
Yeah. Came to ask the same. Always been my understanding.
link
https://developer.mozilla.org/en-US/docs/Web/HTML/Reference/...