Another type of internal link is the anchor link. This link is an internal link but it links to a specific spot on any page in your website. Let's say you have a really long page about a product. And you have three categories: Product details, Product Cost, Buy Now! You can add three links on that page that make the user 'jump' to each section (e.g. the Buy Now section). A very useful anchor link is the Top link.
      There are two parts to making an anchor link:
The destination link
The source link
The destination link is placed at the exact spot you want the user to 'jump' to. The source link is placed where you want the user to click the link and then be sent to the exact location.
      I placed that as the first thing in my < BODY> tag. Right at the 'top'of the page where I want you to jump to. It must be named because then we call it like this:
      I placed that visible link below. Notice the '#' before the name. This tells the browser to look for the anchor link instead of a file. Failure to do that causes an error