InterviewSolution
Saved Bookmarks
| 1. |
What is the purpose of the TITLE element in HTML? |
|
Answer» The <title> tag is required in all HTML documents and it defines the title of the document. The <title> element: (i) defines a title in the browser toolbar. (ii) provides a title for the page when it is added to favorites. (iii) displays a title for the page in search-engine results. |
|