form

form elements serve as containers for various types of input.

See also:

Content category

Pseudo-classes

  • From input:
    • :valid when all child inputs are valid.
    • :invalid when all child inputs are invalid.

Attributes

  • action specifies the URL to which the form's content will be submitted.
  • method determines the HTTP method used for submissions.

References


Backlinks