HTMLTitleElement Interface


The HTMLTitleElement interface is the document title.


IDL Definition

Interface HTMLTitleElement : HTMLElement {

           attribute  DOMString                text; 
};

Semantic Requirements

Attributes

  1. The text attribute contains the specified title as a string.

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