HTML Tags

HTML <title> Tag

The <title> tag defines the title of an HTML document.
It appears in the browser tab, search engine results, and bookmarks, helping users and search engines understand the page content.

The <title> tag is placed inside the <head> section and is required in every HTML document.

Syntax

<title>Page Title Here</title>

Example

<!DOCTYPE html>
<html lang="en">
<head>
  <title>HTML Title Tag Example</title>
  <meta charset="UTF-8">
  <meta name="description" content="Example showing how the title tag works in HTML.">
</head>
<body>
  <h1>Welcome to My Website</h1>
  <p>The page title appears in your browser tab, not on the page.</p>
</body>
</html>

Output

Browser Output

Displays “Welcome to My Website” and the paragraph below it.

Browser Support

Chrome
Chrome
Firefox
Firefox
Edge
Edge
Safari
Safari
Opera
Opera
IE
IE9+
✅ Yes✅ Yes✅ Yes✅ Yes✅ Yes✅ Yes

The text “HTML Title Tag Example” appears in the browser tab title.

Notes

  • The <title> element is required in every HTML document.
  • It must be placed inside the <head> section.
  • The title appears in:
    • Browser tab
    • Search engine result titles (SEO)
    • Bookmarks/favorites
    • Social media previews (sometimes used as default title)
  • Keep the title short and descriptive (50–60 characters recommended for SEO).

Conclusion

The <title> tag is a vital SEO and usability element of any web page.
It defines what users see in their browser tabs and search results.
A well-written title improves click-through rates, page identity, and search engine ranking, making it one of the most important tags in your HTML document.

Sign In Form

User your email and password to singn in

Don’t have an account, signup here : 

HTML5 & CSS3

Tools and Tutorials

Want a Website

Want a website for your business ?

Please fill out the details below, so we can reach out to you.

Registration Form

Signup to track your record and much more.

We have sent you an email with a registration link. Please click the link to verify your email address, or enter the 6-digit OTP provided in the email.

Didn't receive the OTP. Regenerate OTP Resend