H T M L 1 0 1 - HYPERLINKS
Definition. An element in an electronic
document that links to another place in the same document or to
an entirely different document. Typically, you click on the hyperlink
to follow the link. Hyperlinks are the most essential ingredient
of all hypertext systems, including the World Wide Web.
Link to Local Files
Links to other files are made with the Anchor Tag, which is in the
format:
<a href="filename.html">text that responds to link</a>
Think of it as "a" for anchor link and "href" for "hypertext reference".
|