what is a selection list in HTML form
Answers
Answered by
2
Answer:
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