Create hyperlinks with the anchor tag (<A> )
It's a container set that you close with the
Use the attribute (
<A HREF="linkDocument.html">Text that will serve as the hypertext link</A>
Text following the link.
which displays as:
This entry makes the phrase
the hyperlink to the document
linkDocument.html
Web pages are case-sensitive, i.e., if HREF refers to linux.html, then it won't link to Linux.html. |
If you want to learn how to search effectively using Google, visit Google Guide, which you can find at www.googleguide.com.