email html webp code example
Example 1: html open email program
<a href= "mailto:[email protected]">Send Email</a>
Example 2: html open email program
<a href = "mailto:[email protected]?subject = Feedback&body = Message">
Send Feedback
</a>
<a href= "mailto:[email protected]">Send Email</a>
<a href = "mailto:[email protected]?subject = Feedback&body = Message">
Send Feedback
</a>