Create a Form

  1. Text fields, names of fname, lname, password, email (use size and maxlength)
  2. textarea field, your choice of names
  3. One set of radio buttons (at least 3 in a group) name should be rbuttons
  4. One check box, name of checky
  5. One pulldown menu, name choice
  6. Find a nice graphic and create a custom button for submit and reset
  7. Use labels on all for accessibility (using the for="" and id="")
  8. Use one of the new HTML 5 types (do this after you validate), type="email" seems to be the most likely to work.
  9. Use at least one fieldset with legend
  10. Set the tabindex property to control tab order
  11. Method of get, action="" for now
W3C Button to test XHTML validation