| TAG | DESCRIPTION | ENDING |
| <H1> | Header | </H1> |
| <H1> through <H6> H1 being the largest |
||
|---|---|---|
| <CENTER> | center item | </CENTER> |
| <B> | bold text | </B> |
| <I> | italic text | </I> |
| <U> | underlined | </U> |
| <P> | paragraph break | None Required |
| <BR> | line break | None Required |
| <HR> | horizontal rule | None Required |
| <FONT SIZE=3> | text size 1 to 8 | </FONT> |
| <FONT COLOR=Blue> | text color | </FONT> |
<FONT FACE=Arial> |
Your Text Here |
</FONT> |
<FONT FACE=Arial COLOR=red SIZE=2>Your Text Here</FONT>
Images
If you have uploaded your images
<IMG SRC="some-image.gif">
OR
An image anywhere on the net
<IMG SRC="http://www.some_server.com/some-image.gif">
Links
Link to a page in your folder
<A HREF="some-page.html">Link Text Here</A>
Link to a page anywhere on the net
<A HREF="http://www.some_server.com/some-page.html">Link Text Here</A>