The <meta> element embeds various kinds of metadata that cannot be expressed using the title, base, link, style, and script elements.
Overview Tablename
= stringOther metadata names may be registered in the WHATWG Wiki MetaExtensions page.
http-equiv
= string
When the http-equiv attribute is specified on a meta element, the element is a pragma directive.
content
= string
Gives the value of the document metadata or pragma directive when the element is used for those purposes.
charset
= character encoding name
Specifies the character encoding used by the document. [Example A]
A minimal HTML document with meta information.
<html>
<head>
<title>World Wide Web Consortium (W3C)</title>
<meta charset=utf-8" />
<meta name="description"
content="The World Wide Web Consortium (W3C) is an international community
where Member organizations, a full-time staff,
and the public work together to develop Web standards." />
<meta name="keyword" content="W3C, HTML, CSS, SVG, Web standards" />
</head>
<body></body>
</html>
Notes Remarks
The META element also embeds document information that some search engines use to index and categorize documents on the World Wide Web. This element can be used only within the HEAD element. Windows Internet Explorer 8 or later. The behavior of the setAttribute method depends on the current document compatibility mode. For more information, see Attribute Differences in Internet Explorer 8
Related specificationsReference
content
Conceptual
Defining Document Compatibility
Microsoft Developer Network: [Windows Internet Explorer API reference Article]
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4