Links Tutorial
To create a link to another page within your own site, you can use the code below:
<a href="/whatever.html">
To create a link to a page outside of your website, you must type the full web address.
<a href="http://www.geocities.com/lovestoread12/index.html">
Click here for the next section!