HTML5 <title> Tag

Example

Insert a title for your document:

<html>

<head>
<title>HTML5 Tag Reference</title>
</head>

<body>
The content of the document......
</body>
</html>

Try it yourself »

Definition and Usage

This element defines the title of the document.


Differences Between HTML 4.01 and HTML5

NONE


Tips and Notes

Note: You can NOT have more then one <title> element in a document.


Standard Attributes

The <title> tag also supports the Standard Attributes in HTML5.