As with most writing, often the title is the most important part of your Web page. It tells people what your page is about and what they can expect to find on the page. But beginners often think that the first heading on their page is actually the title and this can cause confusion.
What is the Title?
In HTML, the title is the text contained in the <title></title> tag. This tag is stored in the <head></head> of the document.
Part of the reason that the title is often forgotten is because it is not an obvious part of the page. The HTML title is displayed in two places on the page: the title bar of the Web browser and in the bookmarks and favorites.

