IHTMLMetaElement interface
This interface represents the meta element.
Members
The IHTMLMetaElement interface inherits from the IDispatch interface. IHTMLMetaElement also has these types of members:
Properties
The IHTMLMetaElement interface has these properties.
| Property | Description |
|---|---|
|
Sets or retrieves the character set used to encode the object. | |
|
Gets or sets meta-information to associate with IHTMLMetaElement::httpEquiv or IHTMLMetaElement::name. | |
|
Gets or sets information used to bind the value of a IHTMLMetaElement::content attribute of a meta element to an HTTP response header. | |
|
Sets or retrieves the value specified in the IHTMLMetaElement::content attribute of the meta object. |
Remarks
You can use the meta element to include hidden information about the document and to insert document-related information used by some search engines.
The meta element can be used only within the head element.
Requirements
|
Minimum supported client |
Windows XP |
|---|---|
|
Minimum supported server |
Windows 2000 Server |
|
Header |
|
|
IDL |
|
|
DLL |
|
See also