-
Which attribute is used with <select> element?
-
- selected
- value
- multiple
- name
- None of these
Correct Option: C
<select> element is used for drop down select box. Size attribute is used for showing more than one option. For a selection of multiple options, we use multiple attributes. It is a useful option to select multiple things at a time.