<title> tag

HTML <title> tag

The <title> tag defines the title of the HTML document.

The title is displayed at the top of the title bar of the browser.

A good title is must for article/page of your website.

It generates a curiosity about the article to the user.

Syntax:
<title>Page Title here…</title>

Example

<head>
  <title>Give Page Title here</title>
</head>

CSS Default Value

display: none; 

Difference between HTML4.01, XHTML and HTML5

HTML4 XHTML HTML5
No Difference No Difference No Difference

Attributes used with <title> tag

NONE

Global Attributes

The <title> tag supports Global attributes.

Event Attributes

The <title> tag supports Event attributes.

Supporting Browsers

supporting-browsers for tags

Related Tags

<head>, <html> & <meta> tags.

Tutorials for all brains!