Element title

It defines the title of the document and used

  • as title in the browser toolbar
  • as title for the page when it is added to favorites
  • as title for the page in search-engine results

Only one <title> element allowed. Document without title consider invalid.

<head>
    <title>document title</title>
</head>