how to creat an email link in html code example
Example 1: create a mailto link html
<a href="mailto:[email protected]">Link text</a>
Example 2: link email
<a href = "mailto: [email protected]">Send Email</a>
Example 3: email anchor tag
<a href="mailto:[email protected]">Email</a>