Blog Desk       February 10, 2020      364

What is the correct CSS syntax for making all the <p> elements bold?

  1. <p style="font-size:bold;">
  2. p {text-size:bold;}
  3. <p style="text-size:bold;">
  4. p {font-weight:bold;}

The Right Answer is : Option D

Explanation