Heading Tags
There are six levels of headings that you can use in an HTML document: <H1>…</H1> through <H6>…</H6>. Headings tags always embed a line of space preceding and following the heading text to set it off from the body text and are always presented as bold. <H1> tags are the largest (about 14 pt.) and <H6> tags are the smallest (about 8 pt).


