Anchor links are easy :)
<a href="#Link1">Put the text you want people to click here!</a>
Then put this in the code where you want the reader to end up:
<a name="Link1">More Text!</a>
You can of course rename 'Link1' to anything you wish, but the set has to match! These act just like regular text links, there's nothing special about formatting them.