HTML/CSS/Meta Tags/title
Версия от 09:21, 26 мая 2010; (обсуждение)
"title" defines the title of a document
<html>
<head>
<title>title element example</title>
</head>
<body>body content
</body>
</html>
<html>
<head>
<title>title element example</title>
</head>
<body>body content
</body>
</html>