mail website html code example
Example 1: html mail
<a href="mailto:[email protected]">Mail me!</a>
Example 2: html email link
<a href = "mailto: [email protected]">Send Email</a>
<a href="mailto:[email protected]">Mail me!</a>
<a href = "mailto: [email protected]">Send Email</a>