Liens HTML
<a href="url">link text</a>
Shy Shark
<a href="url">link text</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="https://examplesite.com" target="_blank" rel="noopener noreferrer">
Example Link
</a>
<a class="class" href="link" id="id">Text</a>
<a href="https://www.example.com">This is a link</a>