: The TITLE Element
Last updated: 2026-09-12
<title>The TITLE Element
Defines the document title shown in the browser tab and search results; exactly one per document, inside head.
| Category | Metadata |
|---|---|
| Content Model | Only inside head |
| Allowed Parents | Any element that accepts flow content |
| Content Tag | Yes — requires closing </title> tag |
| Status | Standard |
📝 Syntax
<title>Page title</title>
▶ Example
Edit the code below and see the live result in the playground:
🌐 Browser Support
| Browser | |||||
|---|---|---|---|---|---|
| <title> | ✓ v1 | ✓ v12 | ✓ v1 | ✓ v1 | ✓ v1 |
| Supported in all major browsers | |||||
Tip: title text is the tab and SEO title—keep it concise with keywords; no nested tags allowed.
🏷️ Related Tags
💡 Related Cases
More case studies coming soon — check back later.