Difference between revisions of "Form (HTML)"

From Wiki @ Karl Jones dot com
Jump to: navigation, search
(web page)
(lc)
Line 5: Line 5:
 
For example, forms can be used to enter shipping or credit card data to order a product, or can be used to retrieve search results from a search engine.
 
For example, forms can be used to enter shipping or credit card data to order a product, or can be used to retrieve search results from a search engine.
  
== External Links ==
+
== External links ==
  
 
* [https://en.wikipedia.org/wiki/Form_(HTML) Form (HTML)] @ Wikipedia
 
* [https://en.wikipedia.org/wiki/Form_(HTML) Form (HTML)] @ Wikipedia

Revision as of 05:48, 9 June 2015

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 can resemble paper or database forms because web users fill out the forms using checkboxes, radio buttons, or text fields.

For example, forms can be used to enter shipping or credit card data to order a product, or can be used to retrieve search results from a search engine.

External links