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>
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
Note/Warning/Danger/Info/Success It is must to set a catchy title for your Web Page. It helps your web document to get more clicks.
Global Attributes
The <title> tag supports Global attributes.
Event Attributes
The <title> tag supports Event attributes.
Supporting Browsers
Related Tags
<head>, <html> & <meta> tags.