add link to page html code example
Example 1: hyperlink html
<a href="url">link text</a>
Example 2: how to add links in html
<a class="class" href="link" id="id">Text</a>
Example 3: a href to other site
<a href="https://examplesite.com" target="_blank" rel="noopener noreferrer">
Example Link
</a>