| forms - e-mail form |
|
text textarea buttons image form < e-mail form > checkbox radio select password hidden layout cgi tags epilogue |
A popular application of html forms is the e-mail form. Below
here you will find the complete code for such a form, with a working example.
The code
<FORM ACTION="mailto:[email protected]" METHOD="POST" ENCTYPE="text/plain"> The resulting form |