HTML DOM Meta Object
Meta Object
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).
Meta Object Properties
| 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 |
 |
W3Schools' Online Certification Program
The perfect solution for professionals who need to balance work, family, and career building.
More than 3500 certificates already issued!
|
The HTML Certificate documents your knowledge of HTML, XHTML, and CSS.
The JavaScript Certificate documents your knowledge of JavaScript and HTML DOM.
The XML Certificate documents your knowledge of XML, XML DOM and XSLT.
The ASP Certificate documents your knowledge of ASP, SQL, and ADO.
The PHP Certificate documents your knowledge of PHP and SQL (MySQL).
|