T1, T2, T3 , More tables ,

Test for ADA stuff...

This data table contains a form with input tabindex stuff
  Cats Dogs Fish
Pink
Purple
This data table uses scope stuff
  Cats Dogs Fish
Pink 1 2 3
Purple 6 5 4
Totals 7 7 7


This data table uses axis stuff
  Cats Dogs Fish
Pink 1 2 3
Purple 6 5 4
Totals 7 7 7


Form elements should have labels associated with them.
(View page source or source for code)







Place <label> for form elements consistently before (preferred)
or after <input /> element through out a page.
Don't switch back and forth like this, within a single page.
<fieldset> causes form elements to be grouped together, below.

     


     


For javascript validations for form elements see the working javascript page.