The <title> tag
The <title> tag is a part of the <head> section that contains the "behind the scenes" elements for a webpage. That's right; users don't see the <title> tag on a page — don't confuse it with headlines. Users can only view the content inside this element, such as the browser's title bar, the page's tab, or the search results. Don't forget to close the section with the </title> to mark up the end.

