QUESTION IMAGE
Question
question # 6
multiple choice
what tag is used to contain information about a web page, such as the title and related pages?
<strong>
<head>
<em>
<bold>
Brief Explanations
The <head> tag in HTML contains metadata about the web - page like the title, links to related pages (stylesheets, scripts etc.). The <strong> tag is for strong text (bold - like appearance), <em> is for emphasized text (usually italic), and there is no <bold> tag in HTML (it's <strong> for bold - like semantics).
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
B. <head>