HEADING TAGS: <H1> to <H6> and </H1> to </H6>
HTML supports six levels of headings which diminish in size from <H1>, the largest, to <H6>, the smallest. The heading tags may use the qualifier ALIGN=value, where the vale can be LEFT, RIGHT or CENTER; for example:
<H1 ALIGN=center> This is my page heading </H1>
will produce the following heading:
This is my page heading
<H2 ALIGN=center> This is my page heading </H2>
will produce the following heading:
This is my page heading
<H3 ALIGN=center> This is my page heading </H3>
will produce the following heading:
This is my page heading
<H4 ALIGN=center> This is my page heading </H4>
will produce the following heading:
This is my page heading
<H5 ALIGN=center> This is my page heading </H5>
will produce the following heading:
This is my page heading
<H6 ALIGN=center> This is my page heading </H6><\BLOCKQUOTE>
will produce the following heading:
This is my page heading