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