HTML forms are used to collect different types of user input.
The HTML form represents an area in the document that contains interactive controls that send the information collected by the user to the Web server. A form is an area that contains form elements. Form elements allow users to enter content in the form, such as text fields (textarea), drop-down lists, radio-buttons boxes, checkboxes, and so on. Forms use form tags 11.18.1. HTML form ¶