MCQOPTIONS
Saved Bookmarks
| 1. |
Which of the following is the correct syntax to make the background-color of allparagraph 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;} | |