Multiple choice technology web technology

Choose the correct HTML tag to make a text bold

  1. <bold>

  2. <thick>

  3. <hard>

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

The tag is the correct HTML element for making text bold. While CSS font-weight is preferred for styling, remains valid. , , and are not valid HTML elements.