In how many ways can we give drop down list options in html
Answers
Answered by
0
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.
Similar questions