<h1>Heading</h1>

Heading

<h2>Heading</h2>

Heading

<h3>Heading</h3>

Heading

<h4>Heading</h4>

Heading

<h5>Heading</h5>

Heading

<h6>Heading</h6>

Heading

The above codes are different headings, the sizes go from 1 to 6. In this case though, 1 is the largest and 6 is the smallest.

<center>Dave</center>

This code centers the selected text, although you really can't notice it on this page because I centered all my text, but take my word for it.

<font color=red>Dave</font>

Unlike the the text coloring code in the "body" tag, this code doesn't set the default to the selected color in this code for the whole document, just the selected text.

The thing about these next three links is that they don't need an ending code, just type in the first code and that's all you need.

<P> New paragraph

This code will add a blank line to start a new paragraph.

<BR> Line Break

This code will force your text to start on the next line

<HR> Horizontal Rule

The horizontal rule will put a thin black line across the page from left to right, use this to separate two separate objects like to go from images above to text below or something like that.