How does <title> element help in achieving the web quality? - Web Quality

How does <title> element help in achieving the web quality?



- <title> element describe the content of the web page that is used as it is used as the main function in HTML document.

- The title is not the visible part of the web page and it needs to be included to increase the quality of the web page.

- The title is useful for search engine optimization and it is included in the list of:

search engine
browser's title bar
user's bookmark

- titles with good descriptions are suited for the web sites and it is used when the user searches for the web site.

<title>HTML Tutorial</title>

<title>XML Introduction</title>
Post your comment