HTML: The Markup Language

titledocument title # T

The title element represents the document’s title or name.

Permitted content #

Permitted attributes #

Tag omission #

A title element must have both a start tag and an end tag.

Permitted parent elements #

head

DOM interface #

interface HTMLTitleElement : HTMLElement {
           attribute DOMString text;
};

Typical default display properties #

title {
display: none; }