HTMLMetaElement Interface
The HTMLMetaElement interface contains generic meta information about the document.
IDL Definition
Interface HTMLMetaElement : HTMLElement {
attribute DOMString content;
attribute DOMString httpEquiv;
attribute DOMString name;
attribute DOMString scheme;
};
Semantic Requirements
- The content attribute specifies any associated information.
- The httpEquiv attribute specifies the HTTP response header name.
- The name attribute specifies a meta information name.
- The scheme attribute specifies a select form of content.
If you have comments or suggestions, email me at mbrady@nist.gov