<title>
HTML <title> Element Reference
The HTML <title> element defines the document title shown in browser tabs and search results.
Categories
- Document metadata
Tag omission
Consult the HTML Living Standard for the precise tag-omission rules.
Content model
- Detailed content-model guidance will be added to this reference.
Attributes
Examples
Example
A practical title element example.
<head>
<title>HTML Element Reference | Tool.io</title>
</head>