Home » HTML » HTML Forms » Question
  1. Which attribute is used with <select> element?
    1. selected
    2. value
    3. multiple
    4. name
    5. 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.



Your comments will be displayed only after manual approval.