how to href email addresses code example
Example 1: link email
<a href = "mailto: [email protected]">Send Email</a>
Example 2: email anchor tag
<a href="mailto:[email protected]">Email</a>
<a href = "mailto: [email protected]">Send Email</a>
<a href="mailto:[email protected]">Email</a>