To create a link to a part of the same file, first mark the section you will link to by including a command of the form
<a name="name"> ... </a>where name is a unique name for this section of text and ``..." is the beginning of the text to which you want to jump.
Then, to link to this part of the file, use the command
<a href="#name"> ... </a>