The title element represents the document’s title or name.
replaceable character data
A title element must have both a start tag and an end tag.
head
interface HTMLTitleElement : HTMLElement { attribute DOMString text; };