Name and explain the parameter of the <SELECT> tag.
Answers
Answered by
1
Answer:
When writing in HTML, the <select> tag is an inline element used to designate a control that presents a drop-down menu of options. The options in the list are defined by the <option> tag and grouped together using <optgroup>. The following sections contain information about the <select> tag, including an example of it in use, and related attributes and browser compatibility.
Similar questions