From Htmlpedia
Contents |
[edit]
HTML Element title
[edit]
Definition and Usage
The <title> tag defines the titles of the page.
It is displayed in the browser windows header, above the navigational controls and address bar.
The <title> is always contained within the <head> tag
[edit]
Examples
<title>HTML title - Htmlpedia</title>
[edit]
Attributes
[edit]
Optional attributes
none
[edit]
Standard Attributes
none
[edit]
Event Attributes
none
[edit]
Tags in Tag
none
[edit]
