Forms collect user input. The <form> tag wraps input elements and specifies where to send the data.
Common Input Types
text— single line textemail— email addresspassword— hidden charactersnumber— numeric inputtel— telephone numberurl— web addressdate— date pickerfile— file uploadsubmit— submit button
Form Attributes
action— URL to send data tomethod— HTTP method (GET or POST)