3.2 NS IE TV

<H>...</H>

Describes a header of a specific level of importance, numbered 1 through 6, with the level appended to the tag. Level 1 is the most prominent. The first heading in each document should be tagged <H1>.

Strictly according to the HTML standard it is not allowed to skip headers, so there should be a nr. 2 header between a nr. 1 and nr. 3 header. Most browsers don't mind when a level is missing.

ALIGN
3.2 NS IE TV

Value Description
CENTER Center the heading in the middle of the line.
LEFT Put the heading on the left side of the document. This is the default.
RIGHT Put the heading on the right side of the document.

 
Source:
<H1 ALIGN=CENTER>Level 1 header</H1>
<H2 ALIGN=LEFT>Level 2 header</H2>
<H3 ALIGN=RIGHT>Level 3 header</H3>
<H4>Level 4 header</H4>
<H5>Level 5 header</H5>
<H6>Level 6 header</H6>
 
Result:

Level 1 header

Level 2 header

Level 3 header

Level 4 header

Level 5 header
Level 6 header


Statistics Copyright © 1996, 1997 Rob Schlüter
Last updated 1997/05/01
Email: schluter@knoware.nl