Here is the structure of a link.
<a href="url">Text to be displayed</a>
The # symbol indicates an anchor somewhere else on the page.
<a href="#internal"> go to internal links</a>
This will display a link with the text "go to internal links" and when clicked it will move down the page to the anchor tag with the name internal.
Here is a great website for learning HTML.
HTML Links