Web technologies Questions | HTML Course | Practice Quiz 2 | Question 8
Which of the following is the correct CSS syntax?
(A) p:color=green, font-size=15px
(B) {p:color=green, font-size=15px}
(C) p {color:green, font-size:15px;}
(D) p {color:green; font-size:15px;}
Answer: (D)
Explanation:
Quiz of this Question
Please comment below if you find anything wrong in the above post
Please Login to comment...