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.
|