According to HTML5Doctor.com and other HTML5 introductory sites, the header element should contain a h1-h6 tag plus other navigational or introductory content. However, the traditional 'header' on most websites consists of just a logo and some navigational elements.

A lot of major sites including Facebook and Twitter use a h1 tag for their logo, which seems illogical to me, since the logo is not the most important or most informative element on the page.

A h1 tag appears in the content section of 95% of websites, not the header section. So why are we instructed to include a h tag in the header? If we must, why don't Facebook and Twitter use a h6 tag instead?

link|improve this question

68% accept rate
feedback

1 Answer

Don't get confused by "should" contain and "must" contain. You aren't required to have anything inside the header you don't want but the 'semantic' purpose of the header is that is where you should look for and place such things, at the head of a document. Just as you would look for the title or introduction or table of contents at the top of a printed page.

link|improve this answer
But I would NEVER look for the title of a web page in the header. I don't believe anyone would, ever. The h1 is always in the content section. The header contains the logo, taglines and navigation. – Moppy Oct 19 '11 at 14:49
@Moppy - Then you need to read the W3C spec where they do exactly that: dev.w3.org/html5/spec-author-view/… – Rob Oct 19 '11 at 15:00
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.