Form
FORM element creates and displays a form for users to input required information in the form fields. A form may have text fields, checkboxes, radio buttons, drop down lists etc. Some fields can be grouped together using FIELDSET element. Forms are used to pass user filled out data to a specified page or script or a computer program, for further action.