Building links between pages in HTML |
|
To link to another document, use:
<a href="URL">text</a>
This displays the given text, with a link to the given
URL.
For example, if you place this HTML on your page:
<a href="http://www.nmt.edu/">New Mexico Tech Homepage</a>
The browser will display the text ``New Mexico Tech Homepage''
and that text will be a link to the NMT homepage at
http://www.nmt.edu/.
|
John Shipman, john@nmt.edu
Last updated: 2000/02/15 21:55:32 UT URL: http://www.nmt.edu/tcc/help/html/links.html |
|