HTML multiple attribute
multiple
If used, HTML multiple attribute allows multiple selections (with a select element).
Supported elements
HTML multiple attribute supports select element.
Syntax
<select multiple="multiple" >.....</select>
Value
multiple.
Default Value
There is not default value.
Supported doctypes
HTML 4.01 strict, HTML 4.01 transitional, HTML 4.01 frameset.
Example of HTML multiple attributes with select
Result
View this example in a separate browser window
Example of HTML multiple attribute with select
Previous: HTML method attribute
Next: HTML name attribute
Test your Programming skills with w3resource's quiz.