HTML/CSS/Meta Tags/title
"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>