Difference between revisions of "Meta (HTML element)"

From Wiki @ Karl Jones dot com
Jump to: navigation, search
(External links)
Line 20: Line 20:
  
 
[[Category:HTML elements]]
 
[[Category:HTML elements]]
 +
[[Category:Metadata]]

Revision as of 11:42, 1 May 2016

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