Q. What is the correct CSS syntax for making all the <p> elements bold?
β
Correct Answer: (B)
p {font-weight:bold}
You must be Logged in to update hint/solution