HTML Form Basic Types

What are the different type of forms?
How to create html form?

Explanation

Form Basic Types
There are many types of forms. First of all we will see what are they and how to create them. To give a brief introduction on the type of the forms and the controls used to create the forms.
"input" tag along with "form" tags is used for creating the following forms types
Control: <INPUT>

Using "textarea" tags inside "form" tags we can create the following forms types
Control: <textarea>

Using "select" tags inside "form" tags we can create the following forms types
Control: <select>
  • Combobox - user can choose from options listed

"label" tags along with "form" tag is used for creating the following forms types
Control: <label>

Ask Questions

Ask Question