What does the multiple attribute do in a <select> element?
multiple
<select>
It allows multiple options to be selected
It specifies that multiple forms share this select box
It creates multiple instances of the select box
It allows the list to display multiple columns