The <form> tag
The HTML <form>
element defines a document section containing interactive controls for submitting information — the form itself. It's a container element inside which we place all other elements: inputs, checkboxes, radio-buttons, submit buttons, etc. These elements are called "controls."
Users interact with the form by modifying its controls — entering text, selecting items, and submitting the information to a server for processing.