The HTML <title> element (HTML Title Element) defines the title of the document, shown in a browser's title bar or on the page's tab. It can only contain text and any contained tags are not interpreted.

Content categories:
Metadata content.

Permitted content:
Text.

Tag omission:
All tags required. Note that leaving off </title> should cause the browser to ignore the rest of the page.

Permitted parent elements:
A <head> element that contains no other <title> element.

DOM interface:
HTMLTitleElement
