HTML Code for Send Email Form

HTML Code for Send Email Form 

HTML Code for Send Email Form Blogger Master
HTML Code for Send Email Form Blogger Master


 <!DOCTYPE html>

<html>

<body>


<h2>Send e-mail to someone@example.com:</h2>


<form action="mailto:someone@example.com" method="post" enctype="text/plain">

Name:<br>

<input type="text" name="name"><br>

E-mail:<br>

<input type="text" name="mail"><br>

Comment:<br>

<input type="text" name="comment" size="50"><br><br>

<input type="submit" value="Send">

<input type="reset" value="Reset">

</form>


</body>

</html>


Post a Comment

Previous Post Next Post