An anchor link creates a link that, when clicked, takes you to a different level on the page.
For example if you have a long piece of text with different headings, you could create a link to jump to a specific heading. On some sites there is a link saying ‘Back to top’ which is usually an anchor.
First, you need to define the place you want to jump to.
Set the name to whatever you want (replace ‘definingnamehere’).
Then, using the name (i’ll take ‘definingnamehere’ as an example) , you link it.
Providing your a href is set to go to #definingnamehere (or whatever the a name is set to), it should work.
And there you have your anchor. =)