Forms & Validation
A webform, web form or HTML form on a web page allows a user to enter data that is sent to a server for processing
Forms are enclosed in the HTML <form> element. This element specifies the communication endpoint the data entered into the form should be submitted to, and the method of submitting the data, GET or POST.



