Allows you to set the size and specify the options for a list box or drop-down list.
Specifies a name for the list, list box, or drop-down list element. This option is the same as the name attribute of the select tag.
Specifies the height of the list by increasing or decreasing the number of viewable list options. Increasing the height of the list box can create a scrollable list or a static list box of options. Setting this option to 0 creates a drop-down list.
Indicates that users can select two or more options in the list using the CTRL or SHIFT keys.
Text
Sets the text for the options that appear in the list.
Value
Specifies the numerical or text value assigned to each option in the list. The value is then paired with the Name value to create a unique ID. When the option is selected and submitted, this information is submitted in place of the Text option information specified above.
Insert
Allows you to add a new list option.
List
Displays all of the options that appear in the list.
Up
Moves the selected option above the previous list option.
Down
Moves the selected option below the next list option.
Delete
Allows you to delete the selected list option.