Answers for "how do you hyperlink an email address in html"

4

how to link to an email in html

<a href = "mailto: [email protected]">Send Email</a>
Posted by: Guest on September-30-2020
5

html email links

<a href="mailto:[email protected]"> Email_id </a>
Posted by: Guest on April-30-2020

Code answers related to "how do you hyperlink an email address in html"

Browse Popular Code Answers by Language