HTML HTML Basic MCQ Question #4812
MCQ Single Best Answer Not Set

QWhat tag is used to build a drop-down menu in an HTML form?

ID: #4812 HTML Basic MCQ 152 views
Question Info
#4812Q ID
Not SetDifficulty
HTML Basic MCQTopic

Choose the Best Option

Click any option to instantly check if you're correct.

  • A
    
    <select>
    
  • B
    
    <textarea>
    
  • C
    
    <input>
    
  • D
    
    <hr>
    
Correct Answer: Option A

Explanation


To create a drop-down menu in an HTML form, you can use the select element and the option element.

The select element is used to create a drop-down list, and the option element is used to define the options that are available in the list.

Share This Question

Challenge a friend or share with your study group.