HTML - Email Links
www.tutorialspoint.com › html › html_email_linksHTML <a> tag provides you option to specify an email address to send an email. While using <a> tag as an email tag, you will use mailto: email address along with href attribute. Following is the syntax of using mailto instead of using http. <a href = "mailto: abc@example.com">Send Email</a> This code will generate the following link which you can use to send email.