jump

HTML: The Markup Language Reference

titledocument title # T

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

Permitted contents #

Permitted attributes #

global attributes
Any attributes permitted globally.

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; }