HTMLHeadElement Interface

The HTMLHeadElement interface is the document head information.



IDL Definition

Interface HTMLHeadElement : HTMLElement {

           attribute  DOMString                profile;
};

Semantic Requirements

Attributes

  1. The profile attribute is the URI designating a metadata profile.

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