Tagged Questions
14
votes
4answers
1k views
Does the average user understand the standard HTML multiple select box?
If I want the user to select one or more items the HTML symantecally correct form element would be <select multiple>.
So the code would be:
<select multiple id="sel">
...