<title>

Description

This element defines the title of a document. The <title> element must be located inside the <head> element.

Example


<html>
<head>
    <title>title element example</title>
</head><!-- w w w .ja v a2s .co  m-->
<body>
    body content
</body>
</html>

Click to view the demo

The code above generates the following result.

title




















Home »
  HTML CSS »
    HTML CSS Reference »




HTML Tag Reference
CSS Reference
CSS Selector Reference
Encoding Reference