HTML Forms and Common Form Tags HTML forms are used to collect information from users through a webpage. The <form> tag is the main container that holds different form elements such as text boxes, buttons, radio buttons, checkboxes, and drop-down lists. Every form element has its own purpose.

Source: [Dev.to](https://dev.to/abimanyu_p_9e75124634d2a4/understanding-html-forms-and-their-elements-295d)

Sponsored