| |
Description
| |
When this keyword is present, the user may select more than one choice. On some systems, the user may need to hold down the control or shift key to do so.
|
Code
| |
<select size="somenumber" multiple>
<option value="option1">An option
<option value="option2">Another option
<option value="option3">A third option
</select>
|
Appearance
|