Next / Previous / Index / TCC Help System / Publications / Site map / NM Tech homepage

Building links between pages in HTML

Tech Computer Center logo

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/.
Next: Linking to a specific location on a page
See also: The Web's source language: basic HTML
Previous: What is a URL (Uniform Resource Locator)?
Site map
Index: Keyword index to help pages
Help: New Mexico Tech Computer Center: Help System
TCC Publications
Home: About New Mexico Tech

John Shipman, john@nmt.edu

Last updated: 2000/02/15 21:55:32 UT
URL: http://www.nmt.edu/tcc/help/html/links.html