HTML - Page Title
Overview
Estimated time: 10–15 minutes
The <title>
element names your document. It appears in browser tabs and is commonly used as the headline in search results and bookmarks.
Learning Objectives
- Write concise, descriptive titles.
- Understand how titles affect SEO and UX.
Examples
<title>Contact Us — EezyTutorials</title>
<title>HTML Images: Complete Guide</title>
Common Pitfalls
- Generic titles like "Home"—lack context and hurt SEO.
- Overly long titles—get truncated in tabs and snippets.
Exercises
- Choose three pages in your site and write meaningful titles that include the brand or section.