![]() |
![]() |
If the Web page you want to link to is on another Web site. You will need
to include an absolute URL.
<a href="http://www.library.cornell.edu">Cornell University Library</a> (links to a default "home page" for a Web site)
<a href="http://www.library.cornell.edu/olinuris/">Olin & Uris Libraries</a> (links to a specific page contained within a Web site)
If the Web page you want to link to is on the same Web site you can use
a relative URL.
http://www.people.cornell.edu/pages/yournetid/
http://www.people.cornell.edu/pages/yournetid/page2.html
<a href="page2.html">My Web Site Page 2</a> (links to
a page on the same Web site)
<a href="#linkname">...</a>
<a name="linkname">...</a>
Example:
<a href="#top">Go to top</a>
Go to top
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.
Last updated 5 April 2006 [MOE] |