Absolute URLs vs. Relative URLs

<!-- Absolute URL-->
<p><a href="[<https://www.google.com/>](<https://www.google.com/>)">Google</a></p>

<!-- Relative URL-->
<p><a href="/css/default.asp">CSS Tutorial</a></p>

If you want to set the link to go to mail application, then you can use this

<a [href="<mailto:[email protected]>](mailto:href=%22mailto:[email protected])">Send email</a>