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