| References |
Links or URLs are what puts the hyper into hypertext. The text (or image) that you click on is called the label and the page that the browser ends up with is called the destination. You should read Castro chapter 7 pages 118-125 to get a good overview of how to do links. Ross Shannon's HTML Source tutorial deals with the basics of linking and has a separate page for Internal Links. |
| Types of Links |
There are three major types of links:
The URL specification covers all these types. Every link uses the <a> tag and they always have an attribute. So:
|
| IntraPage links |
Open the demo
page. Click on one of the links in the Index.
![]() |
| Local page link |
This is even easier.
|