HTML II: Hypertext Links


  1. External - External links allow you to navigate from one Web page to another. The tag includes the URL (uniform resource locator) for the destination page.


    If the Web page you want to link to is on another Web site. You will need to include an absolute URL.



    If the Web page you want to link to is on the same Web site you can use a relative URL.

  2. Internal - Internal links are used to navigate to different sections on the same Web page. They are often used in tables of contents for longer Web pages. An internal link contains two parts:

  3. mailto - Mailto links allow you to specify an e-mail address in the link. When the link is clicked a mail program is started on the user's personal computer and a new message, addressed to the specified e-mail, is ready to be sent. Note: an e-mail program will not open on our public lab computers.

    Please send your comments to: <a href="mailto:xyz22@cornell.edu">Mr. E. Cornell</a>

    Please send your comments to: Mr. E. Cornell


Third Hands On Session
Add a table of contents to this sample page.


Return to Intermediate HTML Class Outline


Last updated 5 April 2006 [MOE]
Olin and Uris Libraries
Tony Cosgrave
URL: http://www.library.cornell.edu/okuref/ws/html/links.html