Answers for "link email button"

1

button email html

<form action="mailto:[email protected]"method="post"enctype="text/plain">
    <input class="btn" type="submit" value="Submit">
</form>
Posted by: Guest on July-14-2021
0

html email button

<button onclick= "document.location =  'mailto:[email protected]'"">mail me
 </button>
Posted by: Guest on July-12-2021

Browse Popular Code Answers by Language