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
- Use at least one fieldset with legend
- Set the tabindex property to control tab order
- Method of get, action="" for now