Web technologies Questions | HTML Course | Practice Quiz 2 | Question 17
What is the correct CSS syntax to make all paragraph (p) elements bold?
(A) {p font-size:bold;}
(B) p{font-weight :bold;}
(C) <p style=“font-size=bold;”>
(D) None of the Above
Answer: (B)
Explanation:
Quiz of this Question
Please comment below if you find anything wrong in the above post