html link to an id code example
Example 1: a href to other site
<a href="https://examplesite.com" target="_blank" rel="noopener noreferrer">
Example Link
</a>
Example 2: 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 3: hyperlink html id
<a href="#here-goes-the-element-id">Reference any html element inside the page</a>