![]() | ![]() |
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![]() ![]() ![]() ![]() |
|
![]() | ![]() |
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 headerLevel 2 headerLevel 3 headerLevel 4 headerLevel 5 headerLevel 6 header |