http://fishcaro.crosswinds.net/day_11_links_within_documents.htm
When you link to a page with the
<A  HREF="URL"> clickable area </A>INDEX CARD #11:
LINKS WITHIN DOCUMENTS (11a)
  How do you accomplish step #1?  That is, how do you NAME A FRAGMENT? 
 
 <A NAME="NAME_OF_FRAGMENT"> FRAGMENT_BEING_NAMED </A>
 Try to keep your  <A NAME="idiom_bird_worm"> The early bird catches the worm. </A> Anchors that use the   | 
LINKING TO A FRAGMENT (11b)
 <A  HREF="URL#NAME_OF_FRAGMENT"> clickable area </A> If you're linking to a place in the same document, then you don't need the Uniform Resource Locator.  All you need is the  <A  HREF="#NAME_OF_FRAGMENT"> clickable area </A> | 
Printable version of Index Card 11a
Printable version of Index Card 11b
WORKSHEET #11:
ASSIGNMENT #11: