MCQ
What is the correct HTML for creating a drop-down list?
Explanation
The <select> element creates a drop-down list. Options are defined with <option> tags.