QUESTION IMAGE
Question
question # 2
multiple choice
what tag is used to make text on a web page bold?
<bold>
<strong>
<em>
<head>
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.
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. <strong>