HTML Title Tag
HTML Title tag define the title of document
HTML Title tag is most important for search engine result pages ( SERPs )
Second most importan of title for search engine optimization
other important
Title show in browser toolbar
Title provide short information of document or page
Example
<DOCTYPE html>
<head>
<title> what is title </title>
</head>
<body>
<p> title is the shorted information of web page</p>
<p> title display in browser toolbar</p>
</body>
NOTE : All different page have different title