Forms - Basic
Two elements for forms are in our list of most commonly seen elements:
form
input
Forms
Forms are the "front-end" for the HTTP Client to send information back to the HTTP Server. The submitted information is passed from the HTTP Server to a server-side program that processes the information and produces a response for the browser.