Lesson 4: Linking Tags
(Linking to Local Files)

Basic Anchor Syntax
By default, a link points to the top of a destination file. But the browser will scroll to any point in a document if you use the HTML anchor tags (<a> </a>) to put a marker in the destination file. To create the anchor, set the "name" attribute to a reference name (anchor name), and include some file text between the <a> and </a> tags to mark the position of the anchor. When the link is executed, the document will load with the anchored text at the top of the browser window.