 |

|
 |
This page covers:
Select Menu
Radio Buttons
Checkboxes
Select Menu
A SELECT menu, or a pulldown menu has 3 attributes -
name, size, and multiple.
The SELECT item needs the OPTION element to list the values.
Radio Buttons
RADIO buttons allow you to offer a
variety of choices, but the user can only select one choice. When using the radio
button, it's important to make sure the NAME attribute for each
of the available choices in one category are all the same so that the user cannot select
more than one value.
Checkboxes
CHECKBOX
allows the user to check multiple choices. The NAME
attribute for each set of choices must be the same.
|
 |