About Us The Basics Text & Fonts Pictures Links Tables Frames Miscellaneous


You might want to put links to your website to connect it with other web sites or to get them to send mail to you. You might also <a>...</a> This allows you to set up an anchor to another page. What you put between it will be the objects that link the two websites.

Attributes of the < a > tag:

href="URLofDESTINATION" Allows you to set up the link to the indicated page.
href="mailto:EMAILADDRESSofUSER" Allows you to send mail to the indicated email address.
target="FRAMEoriFRAMEorLAYERoriLAYER'SNAME" Allows you decide where the link should load up. If the name doesn't exist, it opens up a new window.

Examples:

Gooooooogle
<center><a href="http://www.google.com">Gooooooogle</a></center>
Send me mail
<center><a href="mailto:jz3388@aol.com">Send me mail</a></center> You can also put a picture as a link.


Code: <center><a href="http://www.google.com"><img src="google.gif" border="none"></a></center>


[About Us | The Basics | Text & Fonts | Pictures | Links | Tables | Frames | Miscellaneous]