CBSE Class 10 Computer Applications Question 50 of 176

HTML I — Basic HTML Elements — Question 48

Back to all questions
48
Question

Question 48

Interpret this statement :

<strong>Michelle</strong>

  1. It makes Michelle strong
  2. It highlights Michelle as being strong
  3. It will print out Michelle in bold font
  4. It will print strong Michelle/strong
Answer

It will print out Michelle in bold font

Reason<STRONG> tag is used to make text appear bold. Thus, it will print out Michelle in bold font.