Dart API Referencedart:htmlHeadElement

HeadElement Interface

The DOM head element exposes the HTMLHeadElement (or HTML 4  HTMLHeadElement) interface, which contains the descriptive information, or metadata, for a document. This object inherits all of the properties and methods described in the element section. In HTML5, this interface inherits from HTMLElement, but defines no additional members.

Extends

Element

Constructors

Code new HeadElement() #

HeadElement();

Fields

Code String profile #

The URIs of one or more metadata profiles (white space separated). Deprecated since Gecko 2.0 Obsolete since Gecko 7.0
String profile;

This page includes content from the Mozilla Foundation that is graciously licensed under a Creative Commons: Attribution-Sharealike license. Mozilla has no other association with Dart or dartlang.org. We encourage you to improve the web by contributing to The Mozilla Developer Network.