<title>Doc title</title>
-
The
title
element represents the document's title or name. -
There must be no more than one
title
element per document. -
The
title
element is a required child in most situations, but when a higher-level protocol provides title information (eg e-mail), it can be omitted. -
The
title
tag is an escapable raw text (type 4) HTML element (textarea
is another) -
document.title
provides scripts with access to a document'sbody
element.