Latest web development tutorials

HTML DOM Meta Object

Meta Object

A Meta object represents an HTML <meta> element.

<Meta> element provides meta-information about an HTML element (meta-information), such as description, keywords for search engines and refresh rate.


Meta Object Properties

W3C: W3C standards.

Attributes description W3C
content Sets or returns the value of the content attribute of the <meta> element. Yes
httpEquiv The content property is connected to an HTTP header. Yes
name The content property is connected to a name. Yes
scheme Sets or returns the format used to interpret the content attribute values. Yes

Standard properties and events

Meta Object also supports the standard attributes and events .