class js.html.TitleElement extends Element

Available on js

The title object exposes the HTMLTitleElement interface which contains the title for a document.  This element inherits all of the properties and methods described in the element section.

Documentation for this class was provided by MDN.

Instance Fields

var text:String

Gets or sets the text content of the document's title.