Which of the following is the correct syntax to make the background-color of all paragraph elements to yellow?
1.p {background-color : yellow;}
2.p {background-color : #yellow;}
3.all {background-color : yellow;}
4.all p {background-color : #yellow;}
Answer:1
Posted Date:-2021-11-05 12:50:53