HTML for Beginners Tutorial-17- Drop Down List

  • 6 years ago
HTML for Beginners Tutorial-17- Drop Down List

In this tutorial we are going to create Drop Down List in HTML.


in last few videos we learned about checkbox but there is difference between checkbox and Drop Down List, checkbox allows to user to select multiple options while user can select only one option From Drop Down List

To create number field in HTML form ,we use

number with type attribute

input type="number"

Recommended