WebIDLpedia

HTMLTitleElement interface

Definition

HTML Standard defines HTMLTitleElement



[Exposed=Window]
interface HTMLTitleElement : HTMLElement {
  [HTMLConstructor] constructor();

  [CEReactions] attribute DOMString text;
};

Methods and attributes that return objects implementing HTMLTitleElement