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.
How to Create HTML Email Links with Subject, CC and BCC ...
www.webnots.com › html-email-links-tutorialNov 09, 2020 · 1. Fill Up To Address with HTML Email Hyperlink. You can use the “mailto:email_id” hyperlink reference element within the anchor <a> tag to create an email link. Below is an example for that: <a href="mailto:example@webnots.com">Contact Us</a> It will look like below on your webpage: Contact Us. Clicking on the link will open the new email window using default email client configured on your computer. Generally the email client will be Microsoft Outlook on Windows based PCs and Mail App ...