lien html
<a href="url">link text</a>
Shy Shark
<a href="url">link text</a>
<a href="https://www.google.com/">Link to google</a>
<a href="link.html"> text link </a> <!-- link to html -->
<a href="google.com" URL> Google </a> <!-- link to site -->
<a href="link.html"><button> Link </button></a> <!-- Button link -->
<a href="URL">Text</a>
<a href="https://examplesite.com" target="_blank" rel="noopener noreferrer">
Example Link
</a>
<a href="link">Title of link</a>
<!-- Change link, change link title, add target="_blank" in anchor tag(<a></a>) if you want it to open in new tab. -->