Contact Number
Email Address

title

title

Definition and Usage

The HTML <title> tag is used for declaring the title, or name, of the HTML document. The title tag is placed between the opening and closing <head> tags. The title element:
  • title tag is used for indicating the title of the HTML document.
  • HTML document title is visible via borwser's title bar (at the top).
  • It is also displayed in browser bookmarks and search results.

Syntax

<head> <title></title> </head>