|
| Links: <A HREF="url"> anchor text </A> | |
sample14a.html sample14b.html sample14c.html sample14a Please <A HREF="http://www.exnet.iastate.edu/ HTML/BASIC/testpage.html">Test Me</A> Now! sample14b Please <A HREF="../webdevelop/testpage.html">Test Me</A> Now! sample14c Please <A HREF="testpage.html">Test Me</A> Now! What am I suppose to see? Linking to other documents is a paramount feature of the World Wide Web and HTML. Documents can have links to other servers, other documents, subsections within a document, and combinations of all three. The information on a page that a user selects to activate a link to that other location is called an Anchor. A basic link that includes the full URL of the document you are wanting (sample14a).
When the user selects (clicks) on the words "Test Me", the browser will go to
the document specified by the URL: |
|
http://www.ag.ohio-state.edu/~farmnet/ |