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
  8. Use at least one fieldset with legend
  9. Set the tabindex property to control tab order
  10. Method of get, action="" for now
W3C Button to test XHTML validation