Web Quality Question:
Download Questions PDF

Do you know how does <title> element help in achieving the web quality?

Answer:

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

Download Web Quality Interview Questions And Answers PDF

Previous QuestionNext Question
Do you know how does <!Doctype> element help in achieving the web quality?Can you explain why are style sheets important for web page quality?