internal link in html code example
Example 1: a href to other site
<a href="https://examplesite.com" target="_blank" rel="noopener noreferrer">
Example Link
</a>
Example 2: link to external site html
<a href="https://www.example.com">This is a link</a>
Example 3: link in html
<a href="./Your/link/to/the/page">Your text</a>