Sovi.AI - AI Math Tutor

Scan to solve math questions

QUESTION IMAGE

question # 6 multiple choice what tag is used to contain information ab…

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>

Explanation:

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).

Answer:

B. <head>