Put a background on your site
<body background="IMAGE URL">

Your background stays where it's at
<body background="IMAGE URL"bgproperties="fixed">

Making a line
<hr width=NUMBER color=COLOR size=NUMBER>

Making a space
&nbsp;

Putting two graphics next to each other <table border=0><tr> <td>GRAPHIC CODE <td>GRAPHIC CODE <td>GRAPHIC CODE </table>

To make a code show up
put < xmp > at the beginning of the code and < /xmp > at the end. (take out the spaces though)

Changing font colors
<font color=COLORHERE>TEXT HERE

Changing the font
<font face="FONTNAME">TEXT HERE

Changing the font size
<font size=NUMBER>TEXT HERE

Combining the size, face, and color
<font face="FONT" size=NUMBER color=COLORHERE>TEXT HERE

Adding Extras
<i>Italicized</i> <s>Slashout</s> <b>Bold</b> <u>Underline</u> <sup>SuperScript</sup> <sub>SubScript</sub> <tt>Typewriter</tt>

Hex Codes
click here!

*back*