Difference between revisions of "Form (HTML element)"

From Wiki @ Karl Jones dot com
Jump to: navigation, search
(Created page with "In HTML the '''form''' element represents a top-level container a web form. == Description == The form element represents a single top-level container a single web...")
 
Line 19: Line 19:
  
 
== External links ==
 
== External links ==
 +
 +
* [https://developer.mozilla.org/en-US/docs/Web/HTML/Element/form form]] @ developers.mozilla.org
 +
* [http://www.w3schools.com/html/html_forms.asp The form element] @ w3schools.com
  
  
 
[[Category:HTML elements]]
 
[[Category:HTML elements]]

Revision as of 09:53, 29 April 2016

In HTML the form element represents a top-level container a web form.

Description

The form element represents a single top-level container a single web form.

Form inputs

The form element is a container for various form-related HTML elements, notably:

See also

External links