Title tag represents the Title of a Html page documment.Title tags are writen in the <head> section of a HTML document.
<head><title>This is My Title</title></head>
Title tags are required elements in each HTML document. The title must be text-only, and it is shown in the browser's title bar or in the page's tab. Title tags are used by the search engines to determine what your page is about. So, try to make the title as accurate and meaningful as possible! Title tags are also used by browsers for tab and bookmark descriptions and by social media sites when you share a link. They are combined with meta descriptions by search engines to create the search snippet displayed in search results, and by social media platforms to display when sharing links.