Difference between revisions of "Meta (HTML element)"
From Wiki @ Karl Jones dot com
Karl Jones (Talk | contribs) (→External links) |
Karl Jones (Talk | contribs) |
||
Line 11: | Line 11: | ||
* [[HTML]] | * [[HTML]] | ||
* [[HTML elements]] | * [[HTML elements]] | ||
+ | * [[Robots meta directive]] | ||
== External links == | == External links == |
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.