Heading Manipulation


<H1> through <H6> create one line headings. The closing </H1> through <H6> tags are required. The opening <H> tag forces a single carriage return, and the closing </H> tag forces a double carriage return. The effect is that a Heading is always on a line by itself.

This is an <H1> Heading

This is an <H2> Heading

This is an <H3> Heading

This is an <H4> Heading

This is an <H5> Heading
This is an <H6> Heading

Using <FONT SIZE="7">, you can have a heading larger than <H1>:

This Is A Huge Heading

This is an <H1> Heading

The ALIGN attribute with the heading tag, directs the browser to align text in one of several ways as illustrated:

This Heading is <H3 ALIGN="LEFT">

This Heading is <H3 ALIGN="CENTER">

This Heading is <H3 ALIGN="RIGHT">

This Heading is centered using the <CENTER></CENTER> tags




Back