Meta (HTML element)

From Wiki @ Karl Jones dot com
Jump to: navigation, search

In HTML, the meta element represents various kinds of metadata that cannot be expressed using the title, base, link, style, and script elements.

Description

Exactly one of the name, http-equiv, and charset attributes must be specified.

If either name or http-equiv is specified, then the content attribute must also be specified. Otherwise, it must be omitted.

See also

External links

  • meta @ w3.org
  • meta @ developers.mozilla.org
  • meta @ w3schools.com
  • meta @ Wikipedia