Difference between revisions of "Meta (HTML element)"
From Wiki @ Karl Jones dot com
Karl Jones (Talk | contribs) |
Karl Jones (Talk | contribs) |
||
(One intermediate revision by the same user not shown) | |||
Line 11: | Line 11: | ||
* [[HTML]] | * [[HTML]] | ||
* [[HTML elements]] | * [[HTML elements]] | ||
+ | * [[Robots meta directive]] | ||
== External links == | == External links == | ||
Line 20: | Line 21: | ||
[[Category:HTML elements]] | [[Category:HTML elements]] | ||
+ | [[Category:Metadata]] |
Latest revision as of 10:23, 26 March 2018
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.