What is the purpose of the <title> tag in an HTML document?
It creates a table to organize data within the webpage.
It sets the title of the webpage that appears in the browser's title bar.
It defines the background color of the webpage.
It specifies the font color of the text inside the <body> tag.
The <title> tag is used to define the title of an HTML document. It is placed inside the <head> section of the HTML document and is not visible within the webpage itself. The text specified in the <title> tag appears as the title of the webpage in the browser's title bar or in the page's tab when bookmarked. It is important for search engine optimization (SEO) and helps users identify the page when multiple tabs are open. It does not affect the appearance or style of the content within the webpage.