Where would we be without hyper links?? stuck on one page thats where hyper links allow us to instantly jump from one document to another, by opening up a new window or opening the document in the window you already have open, this is the basic code:
<a href="
Link_Address.html">
Link Name
</a>
Buttons/Thumbnails: For a button, which is a picture used as the link instead of plain text, <a href="Link.html"> <img src="Image.gif"> </a> (This is also how you make Thumbnails, you add the link of the picture behind the same picture and resize the image in the <img src="Image.gif"> tag, you must also add the resizing addition to this tag, which is in The Previous page like this:)
This is the code: And now for something completly diferent Hyperlinks that take you to another part on the same webpage. Here is a link as an example: To the top! This is what I typed
<a href="#TOP">To the top!</a>
|