previous | start | next

Hn

<Hn
ALIGN=LEFT|CENTER|RIGHT>
</H
n>

Renders text in heading style. Use H1 through H6 to specify different sizes and styles of headings. The end-tag (required) restores the formatting to normal.

n
Sets the heading level. This is an integer from 1 to 6.
ALIGN=LEFT|CENTER|RIGHT
Sets the alignment of heading text. The default is LEFT.
LEFT Text is aligned to the left.
CENTER Text is aligned to the center.
RIGHT Text is aligned to the right.

Example

<H1>Welcome to Internet Explorer!</H1> 


previous | start | next