- <A
HREF="index.htm">HTML:The
Basics</A>
- Remember that case
matters!
< /UL>Links to other files on
other servers
Linking to Specific Locations in a Document
- Our example: get to the section on lists
in the document format.htm (HTML: formatting codes)
- First you need to name a place to go TO:
- Code within format.htm <A
NAME="lists">Lists</A>
- Code to get to the "list" section
in that document:
<A HREF="format.htm#list"> lists</A>
Using an image as a link
- Linking from a smaller version of one image to a
larger
<A
HREF="nscape/qc2.jpg"><IMG
SRC="nscape/qc3.jpg"></A>
- Using an
image as a link to an HTML file
<A
HREF="index.htm"><IMG
SRC="weblogo.gif"></A>
Linking with an E-mail
address
Link to cheat sheet
for this page
Back to Rocket Science