<title>

Browser
  • IE
  • Cr
  • Sf
  • Fx
  • O

The TITLE element defines the title of a document.

This element is placed inside the HEAD element.


<title>TAG index</title>

Document Title

Example


<html>
<head>
<title>Document Title</title>
</head>
<body>



</body>
</html>