From http://www.w3schools.com (Copyright Refsnes Data)
The Meta object represents an HTML <meta> element.
The <meta> element provides meta-information about a HTML document, such as descriptions and keywords for search engines and refresh rates.
IE: Internet Explorer, F: Firefox, O: Opera, W3C: World Wide Web Consortium (Internet Standard).
Property | Description | IE | F | O | W3C |
---|---|---|---|---|---|
content | Sets or returns the value of the content attribute of a <meta> element | 5 | 1 | 9 | Yes |
httpEquiv | Connects the content attribute to an HTTP header | 5 | 1 | 9 | Yes |
name | Connects the content attribute to a name | 5 | 1 | 9 | Yes |
scheme | Sets or returns the format to be used to interpret the value of the content attribute | 6 | 1 | 9 | Yes |
From http://www.w3schools.com (Copyright Refsnes Data)