A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://webplatform.github.io/docs/html/elements/meta below:

meta · WebPlatform Docs

meta Summary

The <meta> element embeds various kinds of metadata that cannot be expressed using the title, base, link, style, and script elements.

Overview Table
DOM Interface
HTMLMetaElement
Attributes

Other metadata names may be registered in the WHATWG Wiki MetaExtensions page.

Internationalization Examples

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 specifications
HTML 5.1
W3C Working Draft
HTML 5
W3C Recommendation
HTML 4.01
W3C Recommendation
See also Related pages Attributions

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