The main feature of hypertext is that we can set up links to other documents. |
A hyperlink must specify 2 things:
|
A hyperlink to another document is created using an anchor <a> tag: |
<a href="aboutrugs.html"> About Handmade Oriental Rugs </a> |
The file can be given by any Unix relative pathname, which means that it can be any document in the current directory or in any subdirectory. |
"rugs1/moreonrugs.html" |
From Preparing Web Pages - HTML Presentation: Preparing Web Pages with HTML -- Fall Semester 96. by Nancy McCracken-Foils prepared December 5 1996