HTML Cheatsheet

Acceptable Tags

Text Tags

<b> </b>
Creates bold text
<i></i>
Creates italic text
<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
<a name="NAME"></a>
Creates a target location within a document
<a href="#NAME"></a>
Links to that target location from elsewhere in the document

Formatting

<p></p>
Creates a new paragraph
<br>
Inserts a line break
<ol></ol>
Creates a numbered list
<li></li>
Precedes each list item, and adds a number
<ul></ul>
Creates a bulleted list

Graphical Elements 

<hr>
Inserts a horizontal rule

Tables

<table></table>
Creates a table
<tr></tr>
Sets off each row in a table
<td></td>
Sets off each cell in a row

Unacceptable Tags

<html></html>
Creates an HTML document
<head></head>
Sets off the title and other information that isn't displayed on the Web page itself
<body></body>
Sets off the visible portion of the document
<title></title>
Puts the name of the document in the title bar
<hl></hl>
Creates the largest headline
<h6></h6>
Creates the smallest headline
<blink></blink>
Causes text to blink obnoxiously
<font size=?></font>
Sets size of font, from 1 to 7)
<img src="name">
Adds an image