Forms

Note: Talk about includes for files, and scaling images in Gimp for fixed ratios.
  1. form (action, method, id, name)
  2. input type=
  3. button (type[submit,reset, button], name, alt, id, value)
  4. textarea (name, id, cols, rows)
  5. select (name, size, id, multiple)
  6. label (surrounds form elements for screen readers)
  7. fieldset and legend tags
  8. tabindex attribute
W3C Button to test XHTML validation