Which of the following tag is used for drop down list?
<select>
<text>
<text area>
<dropdown>
Answers
Answered by
1
<select> tag is used for drop down list.
Answered by
0
"<select> tag in Html is used for drop-down list".
Tags in Html:
The <select> tag is used to create a drop-down list. The <select> tag is most often used in a form which is to collect user input. The <option> tag inside the <select> used define the options in the drop-down list.
In Html, the <text> tag is used to describe the single-line text on a web page.
In Html, the <textarea> tag is used for multi-line text input and it is often used in a form, to collect user inputs like comments or reviews.
Similar questions