add email address in html code example
Example 1: how to hyperlink an email address HTML
<a href = "mailto: [email protected]">Send Email</a>
Example 2: how to add an email box in html
Email : <input type="email">
<a href = "mailto: [email protected]">Send Email</a>
Email : <input type="email">