Page is a not externally linkable
phranque - 9:07 am on Nov 4, 2012 (gmt 0)
"header" is ambiguous here.
"header" could mean the "header include file" which might include the document head and/or the document's "header" section which would of course be within the body.
according to W3C:
- in HTML4 "header" is the <head> element
The global structure of an HTML document:
http://www.w3.org/TR/html401/struct/global.html [w3.org]
- in HTML5 "header" is an element used for a section's heading, which isn't necessarily the same as the document's header
HTML/Elements/header - W3C Wiki:
http://www.w3.org/wiki/HTML/Elements/header [w3.org]