Title - HTML

It is webpage short description which gives user an idea about webpage. it is displayed next to favicon on web browser title bar. title tag is used to give page title.

<!DOCTYPE html>
<html>
<head>
  <title>Title tag example</title>
</head>
<body>
</body>
</html> 

<title> tag must be written in head tag.