title

Support

Defines the title of the page.

The title element is used to add a title to the document. The title appears at the top of the browser window. Must be placed in the head section.

Example

<head>
<title>title tag demonstration</title>
</head>