html link with id code example
Example 1: hyperlink html id
<a href="#here-goes-the-element-id">Reference any html element inside the page that matches the ID in href</a>
Example 2: hyperlink html id
<a href="#here-goes-the-element-id">Reference any html element inside the page</a>