Answers for "html button mailto"

2

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
1

mailto in html

<a href="mailto:[email protected]">text</a>
Posted by: Guest on November-29-2020

Browse Popular Code Answers by Language