Difference between revisions of "Form (HTML)"
From Wiki @ Karl Jones dot com
Karl Jones (Talk | contribs) (→External links) |
Karl Jones (Talk | contribs) (→See also) |
||
Line 19: | Line 19: | ||
* [[HTML element]] | * [[HTML element]] | ||
* [[Web page]] | * [[Web page]] | ||
+ | |||
+ | == form element == | ||
+ | |||
+ | The [[Form (HTML element)|form element]] represents a container for other form-related elements, including: | ||
+ | |||
+ | * [[Input (HTML element)]] | ||
+ | * [[Select (HTML element)]] | ||
+ | * [[Label (HTML element)]] | ||
== External links == | == External links == |
Revision as of 08:43, 29 April 2016
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.
Description
Forms can resemble paper or database forms because web users fill out the forms using checkboxes, radio buttons, or text fields.
Examples
Forms can be used to:
- Enter login credentials for secure access to online services.
- Request search results from a web search engine.
- Enter shipping or credit card data to conduct an e-commerce purchase.
See also
form element
The form element represents a container for other form-related elements, including:
External links
- Form (HTML) @ Wikipedia