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