title
Defines the title of a page. You must have a title element to produce a valid document and it must be placed within the head element.
Example
<html>
<head>
<title>Shiny Gongs</title>
</head>
<body>
[stuff]
</body>
</html>
No comments:
Post a Comment