Difference between revisions of "Meta (HTML element)"
From Wiki @ Karl Jones dot com
Karl Jones (Talk | contribs) (→External links) |
Karl Jones (Talk | contribs) |
||
(3 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
− | In [[HTML]] the '''meta''' element represents | + | In [[HTML]], the '''meta''' element represents various kinds of [[metadata]] that cannot be expressed using the [[Title (HTML element)|title]], [[Base (HTML element)|base]], [[Link (HTML element)|link]], [[Style (HTML element)|style]], and [[Script (HTML element)|script]] elements. |
== Description == | == 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 == | == See also == | ||
Line 8: | Line 11: | ||
* [[HTML]] | * [[HTML]] | ||
* [[HTML elements]] | * [[HTML elements]] | ||
+ | * [[Robots meta directive]] | ||
== External links == | == External links == | ||
Line 17: | 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.