| <A HREF="mailto:you@youremail.com">Contact me</A> | provides a clickable link to allow people to send you email | Support |
| <A HREF="URL">Link</A> | provides a hyperlink to a website address | Server.com |
| <BR> | The BR tag will place a break between images, text, etc. | Line 1 Line 2 |
| <CENTER>center something</CENTER> | center tags allow you to center text or images on your page. | 12 |
| <FONT COLOR="insert color code">text to be changed</FONT> | Sets font color, using color name or hex value. | Purple |
| <FONT FACE="enter font here">text to change</FONT> | Change font to something other than the default font | Impact font |
| <FONT SIZE="?">text to be changed</FONT> | Sets size of font, from 1 to 7. 1 is the smallest, 7 is the largest | font size=2 |
| <I>Text to be italicized</I> | Creates italic text | Italicized text |
| <IMG SRC="URL of the image location"> | display an image hosted on the web (note - most free webservers do not allow the external viewing of images) |  |
| <TABLE><TR><TD>Table</TD></TR></TABLE> | A simple one cell Table | |