email address in html code code example
Example 1: html mail
<a href="mailto:[email protected]">Mail me!</a>
Example 2: how to put your email in html
<a href = "mailto: [email protected]">Send Mail</a>
Example 3: how to add an email box in html
Email : <input type="email">