Home  >  Article  >  Web Front-end  >  HTML form study notes

HTML form study notes

PHPz
PHPzOriginal
2017-04-23 10:59:282174browse

What is a form?

A web form can send the data entered by the user to the server for processing. Because Internet users fill out forms using checkboxes, radio buttons, or text fields, WebForms resemble files or databases. For example, WebForms can be used to enter shipping or credit card information for ordering products, or can be used to retrieve data (eg, search on a search engine).