Web/API/HTMLMetaElement

From Get docs


The HTMLMetaElement interface contains descriptive metadata about a document. It inherits all of the properties and methods described in the HTMLElement interface.

Properties

Inherits properties from its parent, HTMLElement.

Name Type Description
content DOMString Gets or sets the value of meta-data property.
httpEquiv DOMString Gets or sets the name of an HTTP response header to define for a document.
name DOMString Gets or sets the name of a meta-data property to define for a document.
scheme  ' DOMString Gets or sets the name of a scheme used to interpret the value of a meta-data property.

Methods

No specific method; inherits methods from its parent, HTMLElement.

Specifications

Specification Status Comment
HTML Living StandardThe definition of 'HTMLMetaElement' in that specification. Living Standard  
HTML5The definition of 'HTMLMetaElement' in that specification. Recommendation The following property is now obsolete: scheme.
Document Object Model (DOM) Level 2 HTML SpecificationThe definition of 'HTMLMetaElement' in that specification. Obsolete No change from Document Object Model (DOM) Level 1 Specification.
Document Object Model (DOM) Level 1 SpecificationThe definition of 'HTMLMetaElement' in that specification. Obsolete Initial definition.

Browser compatibility

Update compatibility data on GitHub

Desktop Mobile
Chrome Edge Firefox Internet Explorer Opera Safari Android webview Chrome for Android Firefox for Android Opera for Android Safari on iOS Samsung Internet
HTMLMetaElement Chrome

Full support Yes

Edge

Full support 12

Firefox

Full support 1

IE

Full support Yes

Opera

Full support Yes

Safari

Full support Yes

WebView Android

Full support Yes

Chrome Android

Full support Yes

Firefox Android

Full support Yes

Opera Android

Full support Yes

Safari iOS

Full support Yes

Samsung Internet Android

Full support Yes

Legend

Full support  
Full support


See also

  • The HTML element implementing this interface: <meta>