Multiple choice html

Intrepret this statement: Michelle

  1. It makes Michelle strong

  2. It highlights Michelle as being strong

  3. It will print out Michelle in bold font

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

The HTML tag renders its content in bold font and indicates strong importance (semantically stronger than ). Options A and B incorrectly interpret semantic meaning rather than visual rendering. In HTML, both and display bold text, but carries semantic meaning.