December 1999
Intermediate to advanced
95 pages
2h 34m
English
<select> — NN: 2, 3, 4 • MSIE: 2, 3, 4, 5 • HTML 4 • WebTV • Opera3
<select> ... </select>
Defines a form element that can be a multiple-choice menu or a
scrolling list. It is a container for one or more
<option> tags.
multipleThis allows the user to select more than one
<option> from the list.
name=textDefines the name for selected <option>
values that, if selected, are passed on to the forms-processing
application (required).
size=numberControls the display of the list of options. When
size=1 (and multiple is not specified), the list
is displayed as a pull-down menu. For values higher than 1, the
options are displayed as a scrolling list with the specified number
of options visible.
Read now
Unlock full access