<div><img src="https://mc.yandex.ru/watch/28295331" style="position:absolute; left:-9999px;" alt="" /></div>
ProgLike
Войти
Регистрация
Главная
->
HTML
-><title>
<title>
Тег <title> определяет название документа.
Элемент title является обязательным для всех HTML/XHTML документов.
Пример
<html>
<head>
<title>Title of the document</title>
</head>
<body>
The content of the document......
</body>
</html>