What you need are Anchors.
You need to define somewhere in your page an item with a specific ID, for example
<h2 id="my_custom_id">This is a title but it can be anything else</h2>
then you make a link like this:
<a href="#my_custom_id">Anchor example</a>
0
solved Click on .a and skip to certain part of site