-
Step 1
Select the link points that you want to be able to jump to from within the document. Many pages use this form of linking to jump from the bottom to the top of a page. Other opportunities to use this capability are when a page presents a number of topics and the reader should have the option to jump from one to another.
-
Step 2
Set up the link names. Each point is set up with a distinct and specific link name. The name is placed in the HTML page code at the point that they want to link to. The syntax for the link name definition is < a name="link1" > < /a >, where link1 is the name given to the point you will be linking to. Make as many of these as you need for your document.
-
Step 3
Generate the link statement for each of these points. The syntax for the link point is in the following format: < a href="#link1" > link name shown in text < /a >. These link statements can be placed anywhere in your document that you need to offer links to other sections of the page.











