Horje
What is 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





Related Articles
What is HTML Page Title HTML Page Title
How to create HTML Page Title HTML Page Title

Single Articles
Full Example of HTML Page TitleHTML Page Title

Read Full:
HTML Page Title
Category:
Web Tutorial
Sub Category:
HTML Page Title
Uploaded:
1 year ago
Uploaded by:
Admin
Views:
88


Reffered: https://www.w3schools.com/html/html_page_title.asp

Share on: