 |
|
| H1-H6 (heading size) |
|
| Description |
|
The tags <H1> <H2> <H3> <H4> <H5> and <H6> display headings. H1 are the most prominent and H6 are the least prominent. Headings are normally displayed in a larger and bolder font than normal text. Heading elements start on a new line. |
|
| Syntax |
|
<H1 ALIGN="LEFT|RIGHT|CENTER">....<H1> |
|
| Attributes |
|
ALIGN specifies the horizontal alignment of the heading. The value can be one of the following:
- LEFT aligns the heading flush left (the default).
- CENTER centers the heading text.
- RIGHT aligns the heading flush right.
|
The UNIVERSAL ATTRIBUTES can be used with this tag. |
|
|