how to link to the same page in html code example
Example 1: how to add links in html
<a class="class" href="link" id="id">Text</a>
Example 2: linking external pages html
<a href="https://www.w3schools.com/html/">Visit our HTML tutorial</a>
<a class="class" href="link" id="id">Text</a>
<a href="https://www.w3schools.com/html/">Visit our HTML tutorial</a>