HTML 5 <title> Tag
Example
Insert a title for your document:
<html>
<head>
<title>HTML 5 Tag Reference</title>
</head>
<body>
The content of the document......
</body>
</html> |
View it » |
Definition and Usage
This element defines the title of the document.
Differences Between HTML 4.01 and HTML 5
NONE
Tips and Notes
Note: You can NOT have more then one <title> element in a
document.
Standard Attributes
The <a> tag also supports the Standard Attributes in HTML 5.
|