HTML <title> Tag
Example
Define a title for your HTML document:
<html>
<head>
<title>HTML Reference</title>
</head>
<body>
The content of the document......
</body>
</html>
<head>
<title>HTML Reference</title>
</head>
<body>
The content of the document......
</body>
</html>
Post a Comment