title tag html

HTML
<title>Title to appear in the browsers tab of the page</title><!DOCKTYPE html>
<html>
  <head>
    <title>This Is A Website Title...</title>
  </head>
  <body>
    <p>How to add a Title to a HTML website...</p>
  </body>
</html><html>
  <head>
    <title>Insert title here</title>
  </head>
</html>
Source

Also in HTML: