3
One of the most important tags you use is the link tag. The link tag is identified by the tag name "A". For Example <A HREF="index.html">Back to index</A> displays Back to index, but when clicked on links back to index.html.
Site content formatting is very important in the presentation of the page.
Bold - <B>These tags can be nested inside each other to combine. For Example <U><I>Will come up underlined and in italics<</I></U>
The paragraph tag <P>. The paragraph tag starts off with the equivalent of 2 <BR>
Ex:Header tags make great titles. Header tags are identified by <H1>-<H6>. They vary in size with H1 being the largest and H6 being the smallest.
<H1>Header 1</H1>