+ 1
What are types if inputs available in forms
2 Answers
+ 7
There are many types available for input.
(text) defines a textboxes
(button) defines a buttons
(password) defines a password field
(submit) defines a button for submitting form data.
(reset) defines a reset button that will reset all form values to their default values.
(checkbox) defines a checkbox
(radio) defines a radio button
Also there are some new HTML5 Input Types like:
color - date - time - number - email and more.
0
=) i've learn a lot from this app and for those answer and questions here.