Wednesday, January 1, 2014

Forms>> HTML Form Basic Types - (PART_28)

Topic : 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>
  1. Text
  2. Button
  3. Radio
  4. Checkbox
  5. Password
  6. Submit
  7. Reset

Using "textarea" tags inside "form" tags we can create the following forms types

Control: <textarea>
  • Text Area - Used to enter multi line text

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>
  • Text in terms of label