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="https://examplesite.com" target="_blank" rel="noopener noreferrer">
Example Link
</a>
<a href="https://www.example.com">This is a link</a>
<a href="https://openclassrooms.com">OpenClassrooms</a>
<p>Bonjour. Souhaitez-vous consulter <a href="page2.html">la page 2</a> ?</p>