HTML5 title Tag



<html>
<head>
<title>HTML5 title tag</title>
</head>
<body>
most used element of all tags.
Keep it under html tag.
</body>
</html>