Computer Science, asked by sophiatamang644, 7 months ago

Which tag is used to define the
drop-down list in a form?
<SELECT
<SELECTLIST>
<SELECTION>
None of these​

Answers

Answered by harishharish59595
1

Explanation:

<select>

is used to define drop-down

it is mostly used in forms

Answered by dksalunkhe
3

Answer:

< SELECT >

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).

I hope it will helps you ☝☝☝

Similar questions