Comment ajouter un lien dans HTML
<a href="link" > name of the link </a>
Calm Cat
<a href="link" > name of the link </a>
<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 -->
<h1><a herf="https://www.google.com/">Go To google</a></h1>
<a href="https://examplesite.com" target="_blank" rel="noopener noreferrer">
Example Link
</a>