Answers for "html how to make option tag a drop down list"

2

number dropdown html

<select id="selectNumber">
  <option value="1">One</option>
  <option value="2">Two</option>
  <option value="3">Three</option>
</select>
Posted by: Guest on May-06-2020

Code answers related to "html how to make option tag a drop down list"

Browse Popular Code Answers by Language