Revision: 68268
Initial Code
Initial URL
Initial Description
Initial Title
Initial Tags
Initial Language
at December 22, 2014 21:59 by lpiaitdepok
Initial Code
<form action="" method="post" class=""> <h1>Contact Form <span>Please fill all field</span> </h1> <label> <span>Your Name :</span> <input type="text" id="name" name="name"/> </label> <label> <span>Your Email :</span> <input type="text" id="email" name="email"/> </label> <label> <span>Message :</span> <input type="text" id="message" name="message"/> </label> <label> <span>subject</span> <select name="subject" id=""> <option value="question">question</option> <option value="suggest">suggest</option> </select> </label> <label> <span> </span> <input type="button" value="send" /> </label> </form>
Initial URL
Initial Description
Contact Form in HTML - without CSS - html 4 compatibility
Initial Title
Contact Form - HTML
Initial Tags
form, html
Initial Language
HTML