email link a tag code example
Example 1: email link html
<a href = "mailto: [email protected]">Send Email</a>
Example 2: html email links
<a href="mailto:[email protected]"> Email_id </a>
Example 3: email anchor tag
<a href="mailto:[email protected]">Email</a>