DOM Meta Object
The Meta object represents an HTML meta element.
For each <Meta>
tag in an HTML document, a Meta object is created.
Properties
Property | Description |
---|---|
content |
Sets or returns the value of the content attribute of a <meta> element |
httpEquiv |
Connects the content attribute to an HTTP header |
name |
Connects the content attribute to a name |
scheme |
Sets or returns the format to be used to interpret the value of the content attribute |
Standard Properties and Methods
This object also supports the standard properties and methods.
Standard Events
This object also supports the standard events.