MCQ
What is the correct HTML for creating a drop-down list?
A <list>
B <select>
C <dropdown>
D <input type="dropdown">
Explanation

The <select> element creates a drop-down list. Options are defined with <option> tags.