Body Tags
<body bgcolor=?> Sets the background color
<body text=?> Sets the text color
<body link=?> Sets the color of links
<body vlink=?> Sets the color of followed links
<body alink=?> Sets the color of links on click

Text Tags
<pre> </pre> Creates preformatted text
<hl> </hl> Creates the largest headline
<h6> </h6> Creates the smallest headline
<b> </b> Creates bold text
<i> </i> Creates italic text
<strong> </strong> Emphasizes a word - with italic or bold
<font size=?> </font> Sets size of font, from 1 to 7)
<font color=?> </font> Sets font color, using name or hex value

Links
<a href="URL"> </a> Creates a hyperlink
<a href="mailto:EMAIL"> </a> Creates a mailto link

Formatting
<p> </p> Creates a new paragraph
<br> Inserts a line break
<blockquote> </blockquote> Indents text from both sides
<ol> </ol> Creates a numbered list
<li> </li> Precedes each list item, and adds a number
<ul> </ul> Creates a bulleted list

Graphics
<img src="name"> Adds an image
<hr> Inserts a Horizontal Rule / Visual Break