Q. Which of the following is the correct syntax to make the background-color of allparagraph elements to yellow? (Solved)
1. p {background-color : yellow;}
2. p {background-color : #yellow;}
3. all {background-color : yellow;}
4. all p {background-color : #yellow;}
- a. p {background-color : yellow;}