HTML5 <title> Tag
ExampleInsert a title for your document:
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.