CBSE Class 10 Computer Applications Question 25 of 176

HTML I — Basic HTML Elements — Question 23

Back to all questions
23
Question

Question 23

How can you make a text appear bold?

  1. <b> text </b>
  2. <strong> text </strong>
  3. both (1) and (2)
  4. neither
Answer

both (1) and (2)

Reason<b> and <strong> tags both can be used to make a text appear bold.