Difference between revisions of "Form (HTML)"

From Wiki @ Karl Jones dot com
Jump to: navigation, search
(External links)
(External links)
 
(One intermediate revision by the same user not shown)
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 ==
Line 24: Line 32:
 
* [https://en.wikipedia.org/wiki/Form_(HTML) Form (HTML)] @ Wikipedia
 
* [https://en.wikipedia.org/wiki/Form_(HTML) Form (HTML)] @ Wikipedia
  
[[Category:Computing]]
+
[[Category:Forms (HTML)]]
 
[[Category:HTML]]
 
[[Category:HTML]]
 
[[Category:Web design]]
 
[[Category:Web design]]
 
[[Category:Web design and development]]
 
[[Category:Web design and development]]

Latest revision as of 20:17, 1 May 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:

See also

form element

The form element represents a container for other form-related elements, including:

External links