Explanation of the Tags
used on Your First Page

<TITLE> ... </TITLE> -
(Tells the browser what to put at the top of its window)

<center> ... </center> -
(Tells the browser to center whatever is in between)

<H1> ... </H1> -
(Tells the browser to use the font called Headline 1, the biggest headline)
(There are also Headlines called H2, H3, H4, H5, and H6 with H6 being the smallest)

<font size=+1> ... </font> -
(Tells the browser to use a font one size above the default font)
(There are Font Sizes of +1, +2, +3, +4, +5, +6, 0, -1, and -2)

<p> -
(Tells the browser to end the paragraph)

<A HREF="http://www.host.site/filename.html">Somewhere</A> -
(Tells the browser that you want to make a link to the address http://www.host.site/filename.html and that you want the highlighted link to read Somewhere)