1.

Which of the following is the correct syntax to make the background-color of all paragraph elements to yellow?

A. p {background-color : yellow;}
B. p {background-color : #yellow;}
C. all {background-color : yellow;}
D. all p {background-color : #yellow;}
Answer» B. p {background-color : #yellow;}


Discussion

No Comment Found