HTML

HTML Intro

HTML Intro Quiz

HTML Intro Exercise

HTML Basics

HTML Basic Quiz

HTML Basic Exercise

HTML Advance

HTML Advance Quiz

HTML Advance Exercise

HTML Tags List

HTML Global Attributes

HTML Attributes

FAQs

HTML title Tag

HTML title Tag

 

 

The title tag defines the title of the document. It is required in HTML documents.

 

Properties of a title tag:-

 

  • defines a title in the browser toolbar.
  • provides a title for the page when it is added to favorites.
  • displays a title for the page in search engine results.

 

Advice on writing title:-

 

  • Never use the list of words
  • Always write descriptive and a longer title
  • The length of the title must not exceed 60 to 70 characters
  • Avoid writing lengthy titles because search engines will not display your entire title

 

Syntax:-

 

Its syntax is:- < title >

Code Explanation

All Tutorials related to HTML Tags List

All Sections related to HTML