Web technologies Questions | HTML Course | Practice Quiz 2 | Question 8

Last Updated :
Discuss
Comments
Which of the following is the correct CSS syntax?
p:color=green, font-size=15px
{p:color=green, font-size=15px}
p {color:green, font-size:15px;}
p {color:green; font-size:15px;}
Share your thoughts in the comments