Select Menus

size= and multiple="multiple"

Ordinarily, a <select> menu shows only one item at a time, and allows only one choice. You can use the size= attribute to tell the select menu to show more than one item at time, and the multiple attribute to allow users to select more than one item from the list.

NOTE: If you allow multiple selection, you must tell users how to select more than one choice.

The next page will allow you to play around with the size= and multiple attributes.

 nextSelect Menus (cont.)  Index Try <select>next