Where to use the multiple Attribute
Description
The multiple attribute may be specified on a
select element
to allow multiple selections from within its options. Without this
Boolean attribute
present, only one option
may be chosen from the select list.
See also the size attribute.