Computer Science, asked by PragyaTbia, 1 year ago

What is selection list in form.

Answers

Answered by shubhi12397
2
★★★★★hii mate ★★★★★
HERE IS YOUR ANSWER ⬇️⬇️⬇️⬇️

The <select> element is used to create a drop-down list.

The <option> tags inside the <select> element define the available options in the list.

may it help you
Answered by letmeanswer12
3

Selection list:

A selection list is a form element used to create one or more options from a different range of options. These are used in HTML language with a combination of <select> and <option> tags. The web pages contain select lists, using them we too can create our own lists.

Using these lists, one can select single or multiple options. Form attribute is used to create the list. There will be an id for each list member to associate with. Using this id, the options are referred to the select list.

Similar questions