<a href="https://www.google.com/">Link to google</a>
<!-- this is a link tag -->
<link rel="" href="">
<!-- href is the location of your external ressource
list of rel used with a link tag (popular) :
- stylesheet (css)
- alternate
- author
- external
- incon
- index
-->
<a title="go to google" href="https://www.google.com">Click to Google.com</a>
<a href="https://openclassrooms.com">OpenClassrooms</a>
<!-- Website Link -->
<a href="URL HERE">Click here!</a>
<!-- Another html file link (if it's in the same file) -->
<a href="[YOUR FILE].html">Page 2</a>
<a href="mailto:mhmd.shrydh1996@gmail.com">Send me Email</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. -->
<a href="https://htmlg.com/" target="_blank" rel="nofollow">Click here</a>
<p>Bonjour. Souhaitez-vous consulter <a href="page2.html">la page 2</a> ?</p>
<a href="enter the link in here" title="enter the mini title">enter the title of link</a