HTML/CSS/Meta Tags/title

Материал из Web эксперт
Перейти к: навигация, поиск

"title" defines the title of a document

    
<html>
<head>
<title>title element example</title>
</head>
<body>body content
</body>
</html>