|
| |
Linking to Other DocumentsUniform Resource Locator (URL)
 | For example
 | < HREF= "http://www.ncsa.uiuc.edu/General/Internet/WWW/HTMLPrimer.html">
 | NCSA's Beginner's Guide to HTML
 | </A>
| | | |
 | Goes to
 | ``NCSA's Beginner's Guide to HTML'' | |
Notes:

For example, to include a link to the primer this overview is based on in your document, you would use
< HREF = "http://www.ncsa.uiuc.edu/General/Internet/WWW/HTMLPrimer.html">
NCSA's Beginner's Guide to HTML</A>
This would make the text ``NCSA's Beginner's Guide to HTML'' a hyperlink to this document.
For more information on URLs, look at WWW Names and Addresses, URIs, URLs, URNs, written by people at CERN A Beginner's Guide to URLs, located on the NCSA Mosaic Help menu
|