Links
To add links on your webpage, you will need this tag: <A Href="address">address</A>, where "address" is either the name of a file you want to go to or a website.
<A Href="http://www.htmlgoodies.com/tutorials/colors/article.php/3478961">Word Color Code</A>
Word Color Code
<A Href="http://www.htmlhelp.com/reference/charset/latin1.gif">Special Characters</A>
Special Characters
<A Href="VennDiagramTemplate.pot">Venn Diagram Template</A>
Venn Diagram Template
Lists
|
To add a numbered list on your webpage, you will need these tags: <OL> <LI> item 1 <LI> item 2 </OL> |