Register Now

Login

Lost Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Which attribute is used with <select> element?

Which attribute is used with <select> element?
a) multiple
b) selected
c) name
d) value

Answer: a
Explanation: <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.

Join The Discussion