Answers for "html link that opens email"

5

html email links

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

html open email program

<a href= "mailto:[email protected]">Send Email</a>
Posted by: Guest on August-15-2020
0

html open email program

<a href = "mailto:[email protected]?subject = Feedback&body = Message">
Send Feedback
</a>
Posted by: Guest on August-15-2020

Browse Popular Code Answers by Language