Tag d'ancrage HTML
// <a> tag (Anchor tag) is used to direct you to another
// site. If the target is unpecified it uses the same tab
// and if you specifie "_black" it opens a new tab
<a href="https://www.example.com/" target="_blank"> Text </a>
Ewen Clement Poncy