Reset and Submit Example : form « Form « HTML / CSS






Reset and Submit Example

  
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en">
<head>
<title>HTML/XHTML:  &raquo; Reset and Submit Example</title>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
</head>
<body>
<div class="content">
  <h3 align="center">Gadget Order Form</h1>
  <hr />
  <form action="http://www.htmlref.com/scripts/formecho.php" method="post" name="form1" id="form1">
  <strong>Customer Name:</strong>
  <input type="text" name="UserName" id="UserName" size="25"
  maxlength="35" />
  <br />
  <strong>Password:</strong>
  <input type="password" name="Pass" id="Pass" size="10" maxlength="10" />
  <br />
  <strong>Gadget Type:</strong>
  <select name="GadgetType" id="GadgetType">
  <option value="SG-01">Super Gadget</option>
  <option value="MEG-G5">Mega Gadget</option>
  <option value="MO-45">Mongo Gadget</option>
  <option selected="selected">Gadget</option>
  </select>
  <br /><br />
  <input type="submit" value="Order Gadget" />
  <input type="reset" value="Reset Form" />
  </form>
</div>

</body>
</html>

   
    
  








Related examples in the same category

1.Introducing Form Design
2.form starts the form, gives the method of sending information and the location of form scripts
3.Add form controls to paragraph
4.Use DL, DT to layout the form controls
5.A login form with submit button
6.simple form with label, text field and submit button
7.Set margin, padding and border for form
8.Use DIV to wrap form control
9.Wrap form controls in a DIV and set style to float left and padding
10.Use table to layout form controls
11.styleless order form
12.Use UL and LI to layout form controls
13.Define style based on form id
14.Styling text in form controls
15.Disable a form control
16.Align the form controls
17.Registration Form
18.Layout form controls with table
19.Form layout
20.Layout form with CSS
21.Wizard form
22.Form for registration
23.form width: 75%
24.form margin: 3em auto
25.Add BR to table cell to layout the form controls
26.Use table to align the form controls
27.Table and Form Example
28.form margin:10px;
29.form padding: 0 5px;
30.form background: #F5F5F5;
31.form background: #F8F8F8;
32.form padding-right: 15px;
33.form padding-left: 15px;
34.form margin: 15px;
35.form padding: 15px 5px;
36.form border: 1px solid #EFEFEF;
37.Adding border to form
38.Error Fields
39.Error Fields 3
40.Error Fields 2
41.CSS Forms: Focus and Required Fields
42.CSS styled form elements
43.Spreadsheet form
44.A simple search form
45.Register with us form
46.Form with border
47.Submit form