How can we ensure that multiple options in a dropdown menu can be selected at the same time?
<select ___>
<option>One</option>
<option>Two</option>
</select>
How can we ensure that multiple options in a dropdown menu can be selected at the same time?
<select ___>
<option>One</option>
<option>Two</option>
</select>