HTML
HTML Page TitleHTML Page Title
HTML page titles name the browser tab and search result.
Read Time
5 min readDifficulty
BeginnerLast Updated
Jun 15, 2026Version
v1.0.0Introduction
HTML uses the `` tag to name the document. Browsers display this title in the tab bar and history logs. Search engines use the title to name search results.
Syntax
Syntax
Example
Example
Try it Yourself
Hands-on Practice
Modify the code below to see how it affects the output. This is the best way to learn!
Interactive Editor
1234567891011121314151617181920
Live Preview
Key Points
- The `
` tag names the document. - Browsers show titles in tabs.
- Search engines display titles in results.
- Each page requires one unique title.