1 Cool Helper's Web Link Tutorial
Links are pretty easy if you just see how to make them. I won't bore you with my fingers this time...lets get right to the point.
The code:
<a href="http://www.geocities.com">Get a FREE Homepage</a>
The outcome: Get a FREE homepage
A Closer Look
<a> & </a>- Tells the viewer's browser that the text between these marks is a link.
href="??"- Don't ask me exactly what it stands for, but whatever file or URL you are linking to should be replaced where the ?? are.
Another sample code:
<a href="http://www.geocities.com">
<img src="img src="geo.gif" border="0">
</a>
The outcome:
The border="0" is very important. Without this, the image will have a small border around it, and it makes your image-links look dumb. That is all for now. See you next time!
|