Part III: Tags for Organization
<center>text</center>
Centers text in the middle of the page.

<p>
Adds a line in between text.

<br>
Goes to next line with text.
Back ---- Next
Section Two: Hyperlinking Text
To link text to a webpage, use the tags:
<a href="the web adress">text to be linked</a>
Example: If I want to link to Neopets.com with the text "Go to Neopets", I would type:
<a href="http://www.neopets.com">Go to Neopets</a>
and it would appear like this:
Go to Neopets
You can also use all the regular text tags to change the appearance of your hyperlink.

Part II: E-Mail Hyperlink

To Hyperlink an e-mail address, use the tags:
<a href="mailto:your e-mail here">text to be linked</a>
For example, if I want to link my e-mail with the words E-Mail Me, I would type:
<a href="mailto:[email protected]">E-Mial Me</a>
and it would appear like this:
E-Mail Me
Part I: Regular Hyperlink
With these tags, you can arrange text and pictures and other stuff on your page.
More to come, if you need more help in the mean time, e-mail me.
Hosted by www.Geocities.ws

1