Today I'm going to show you a very useful skill, how to make a web link. And I'm going to do it in plain English.
I would recommend checking out this page at w3schools.com. It lets you easily mess with the html code that makes links.
Here's an example of a standard link code:
<a href="www.example.com">Text to appear as link</a>
here's the output: Text to appear as link
Here's a illustration to help you understand the anatomy of a link:
What next?
You can also bookmark this post using your favorite bookmarking service:
Digg this postAdd to Technorati Faves
Add to Google Bookmarks

