Page is a not externally linkable
phranque - 3:24 am on Nov 4, 2012 (gmt 0)
The global structure of an HTML document:
http://www.w3.org/TR/html401/struct/global.html [w3.org]
http://www.w3.org/TR/html401/struct/global.html#h-7.5.5
7.5.5 Headings: The H1, H2, H3, H4, H5, H6 elements
...
A heading element briefly describes the topic of the section it introduces. Heading information may be used by user agents, for example, to construct a table of contents for a document automatically.
There are six levels of headings in HTML with H1 as the most important and H6 as the least. Visual browsers usually render more important headings in larger fonts than less important ones.