![]() |
|
Geocities BASICS Part 1 Part 2 Part 3 Part 4 Part 5
|
| |
|
Now we are in Part 4, and it's time to discuss how to make a "link". One of the most important AND popular characteristics of a homepage, is its links.
A "link" performs a navigational function. It allows your visitors to move about from page to page, or from site to site. Installed correctly, a link can be a great tool. But, if used incorrectly, it can be a hindrance. In this part of "So, You Want a Homepage?", you will learn how to place a link on a page.
The basic tag for a "page" link is:
<A HREF = "URL">The Site Name</A>
An example of this usage would be for this fictitious page:
<A HREF = "http://www.icky.net/ugh.html">My Home Page--ICK!</A>
The only part of this tag that would be visible on your page, is the My Home Page--ICK!, and it would be highlighted (on WebTV, it would show the link box) to show that it is a link. Your visitor could "click" on it, and would be transported to that icky page. When adding a link to another site, you'll need to use the full URL in the tag as we have above. You can also use it when adding pages of your own to your site. But when your linked pages are in the same directory, all you need is the file name. For example: <A HREF = "index.html">My Home Page</A> Now, for some "helpful hints":
Soose |