href tags in html code example
Example 1: html a href
<a href="http://example.com" >Link text</a>
Example 2: a href to other site
<a href="https://examplesite.com" target="_blank" rel="noopener noreferrer">
Example Link
</a>
Example 3: a href code
<a href="link">Text</a>