HTML 101
Forms (continued)
All Form Elements
label
Everything
- Not
input type="submit"
- Not
buttons
Create fieldset
s
- Use to group sets...of form fields
- Not because
fieldset
s look cool
Don't Autosubmit Forms
- It frustrates keyboard users
- Use a
submit
input orbutton