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 of the following tag is used to create a combo box (or drop-down box)?

a) <list>
b) <select>
c) <input type = “dropdown”>
d) <ul>

Answer: b
Explanation: HTML <select> tag is used to create a drop down list with multiple options. The <option> element is nested within the <select> tag to define options in a list.

Join The Discussion