Would you like to insert direct references into your HTML document using an anchor? We'll show you how..
It often makes sense to divide an HTML file into several sections. So that your user can directly access the individual sections, you have the option of setting a so-called anchor. With the help of the anchor, your reader can jump straight to the section without having to scroll unnecessarily. How to create an anchor can be found here.
<a href="#Ankername">Link</a>
<a href="dokument.html#Ankername">Link</a>