Meta Object
The Meta object represents an HTML meta element.
The Meta object's properties are
described below:
N: Netscape (including Mozilla when N6 or higher), IE: Internet Explorer, W3C: World Wide Web Consortium (Internet Standard)
Properties
Syntax: object.property_name
Property |
Description |
N |
IE |
W3C |
charset |
Sets or returns the character set used to encode the meta
object |
6 |
5 |
No |
content |
Sets or returns meta-information associated with httpEquiv
or name |
6 |
5 |
Yes |
disabled |
Sets or returns whether or not the meta object should be
disabled |
|
5 |
No |
httpEquiv |
Sets or returns information used to bind the content of the
meta element to an HTTP response header |
6 |
5 |
Yes |
name |
Sets or returns the value of the content attribute of the
meta object |
6 |
5 |
Yes |
scheme |
Sets or returns the scheme to be used in interpreting the
value of a property for the meta object |
6 |
6 |
Yes |
|