Name the tag and the attribute that can be used to select more than one option at a time in the drop-downlist.
Answers
Answered by
1
Answer:
multiple: The HTML <select> multiple attribute is a Boolean Attribute. It specifies that the user is allowed to select more than one value that presents in <select> element. name: The HTML <select> name attribute is used to specify a name for the drop-down list.
Answered by
1
Answer:
we have to use <multiple> tag
Explanation:
pls mark me as brainliest
Similar questions