Sovi.AI - AI Math Tutor

Scan to solve math questions

QUESTION IMAGE

question # 2 multiple choice what tag is used to make text on a web pag…

Question

question # 2
multiple choice
what tag is used to make text on a web page bold?
<bold>
<strong>
<em>
<head>

Explanation:

Brief Explanations

In HTML, the <strong> tag is used to give text strong importance which typically renders as bold. The <bold> tag is not a valid HTML tag. The <em> tag is for emphasizing text (usually italicized), and the <head> tag is for defining the head section of an HTML page which contains metadata and is not for text - styling.

Answer:

B. <strong>