Difference between revisions of "Meta (HTML element)"
From Wiki @ Karl Jones dot com
Karl Jones (Talk | contribs) (→External links) |
Karl Jones (Talk | contribs) |
||
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 == |
Revision as of 11:40, 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.