<CENTER>  center text between tag pair </CENTER>
center text between tag pair

The center option can be used to center text on mulitple lines whether the lines are created by word-wrapping on by the browser or if you place breaks in your text.
Second line
Third line

Including headings

<Hn>
Alternatively for headings you could apply the center command as an attribute:
<H2 ALIGN="CENTER">Centering of a heading </H2>

Centering of a heading

Alignment options are:   LEFT, CENTER, RIGHT
Other attributes inlcude CLASS, ID, and STYLE used for style sheets and styles (later in the course) and TITLE used for context sensitive help

<HR>
Also has attribrutes:
ALIGN: LEFT, CENTER, RIGHT
NOSHADE - no shadow
SIZE = "n" height in pixels
WIDTH = "n" width of line in pixels or percentage of screen

25% line


25 pixel line

Other attributes inlcude CLASS, ID, and STYLE used for style sheets and styles (later in the course) and TITLE used for context sensitive help