Horje
How to create HTML Page Title

The title should describe the content and the meaning of the page.

The page title is very important for search engine optimization (SEO). The text is used by search engine algorithms to decide the order when listing pages in search results.

The <title> element:

  • defines a title in the browser toolbar
  • provides a title for the page when it is added to favorites
  • displays a title for the page in search engine-results

So, try to make the title as accurate and meaningful as possible!


Full Example of HTML Page Title

Just copy and paste following title tag code between <head> .... </head> <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
Reffered: https://www.w3schools.com/html/html_page_title.asp





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:
28



Share on: