In order to refer to sub-sections on your own website, it makes sense to set a so-called anchor. We'll show you how..
It is often useful to point out specific places in an HTML file so that your readers can access them by reference or anchors. An anchor forms the start and end point of a hyperlink with which you can create a jump label within an HTML document. In the following guide we will explain how to set an anchor in HTML. You can read here how to refer to an anchor.
<h3>Überschrift</h3>
<h3><a name="Ankername">Überschrift</a></h3>