Multiple choice technology web technology

Choose the correct HTML tag to make a text bold

  1. <bold>

  2. <bld>

  3. <text="bold">

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

The tag is the correct HTML element for making text bold. It is a semantic tag indicating bold text rendering. Options A and B use non-existent tags. Option D is incorrect HTML syntax.