Title - Title - The
<title>
tag defines the title of the document. The title must be text-only, and it is shown in the browser's title bar or in the page's tab. - Тег <title> задает заголовок документа. Заголовок должен быть только текстовым и отображается в строке заголовка браузера или на вкладке страницы.
Näide:
<!DOCTYPE html>
<html>
<head>
<title>HTML Elements Reference</title>
</head>
<body>