Computer Science, asked by abhijeetjha9055, 11 months ago

A list of options a user can choose from

Answers

Answered by Khushi2558
1

A select list is a form element that allows the user to select one or more options from a range of options. Select lists are created using a combination of the HTML <select> and <option> tags. Select lists can be nested inside a <form> element or they can stand alone.

Similar questions