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...")
(No difference)

Revision as of 09:49, 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