QUESTION IMAGE
Question
6 - html structure example
learning objective: construct a simple webpage framework that uses common html tags.
which option allows website visitors to identify what page they are on based on the text in the browser tab?
a.) <title>about us</title>
b.) <meta>about us</meta>
c.) <head>about us</head>
d.) <body>about us</body>
The <title> tag in HTML sets the title of the web - page, which is displayed in the browser tab. The <meta> tag provides metadata about the page, the <head> tag contains other head - related elements like scripts and stylesheets but not the tab title, and the <body> tag contains the visible content of the page.
Snap & solve any problem in the app
Get step-by-step solutions on Sovi AI
Photo-based solutions with guided steps
Explore more problems and detailed explanations
A. <title>About Us</title>