HTML form study notes

PHPz
Release: 2017-04-23 10:59:28
Original
2234 people have browsed it

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).