Horje
HTML Page Title

Every web page should have a page title to describe the meaning of the page.


Full Example of HTML Page Title

HTML Page Title means Title which can see in Browser Bar. <title>HTML Tutorial</title>
index.html
Example: HTML
 <!DOCTYPE html>
<html>
<head>
  <title>HTML Tutorial</title>
</head>
<body>

The content of the document......

</body>
</html> 

Output should be:

Full Example of HTML Page Title





Category:
Web Tutorial
Sub Category:
HTML Page Title
Uploaded by:
Admin


Read Article
https://horje.com/learn/1434/reference