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

  1. The content attribute specifies any associated information.
  2. The httpEquiv attribute specifies the HTTP response header name.
  3. The name attribute specifies a meta information name.
  4. The scheme attribute specifies a select form of content.

If you have comments or suggestions, email me at mbrady@nist.gov