Question:What is the correct CSS syntax for making all the <p> elements bold?
A <p style="text-size:bold"> B p {font-weight:bold} C <p style="font-size:bold"> D p {text-size:bold}
+ AnswerB
+ Report