HTML Forms
HTML Forms
• HTML Forms are required when you want to collect some data from the site visitor. For
example, during user registration you would like to collect information such as name,
email address, credit card, etc.
• A form will take input from the site visitor and then will post it to a back-end application
such as PHP script etc. The back-end application will perform required processing on the
passed data based on defined business logic inside the application.
• There are various form elements available like text fields, textarea fields, drop-down
menus, radio buttons, checkboxes, etc.
Form Controls: There are different types of form controls that you can use to collect data using
HTML form. Some of are given below