Computer Science, asked by singhsuryansh4753, 4 months ago

Which tag is used to define the drop down list in a form?​

Answers

Answered by mohammedsinan6499
3

Answer:

➡️The <select> element is used to create a drop-down list. The <select> element is most often used in a form, to collect user input. The name attribute is needed to reference the form data after the form is submitted (if you omit the name attribute, no data from the drop-down list will be submitted).

Answered by shubhamkh9560
2

Explanation:

The <select> element is used to create a drop-down list. The <select> element is most often used in a form, to collect user input. The name attribute is needed to reference the form data after the form is submitted (if you omit the name attribute, no data from the drop-down list will be submitted).

Similar questions