Menu
×
×
Correct!
Exercise:Set the background color of <p> elements, that are the first child of any element, to "lightblue". Hint: Use the :first-child pseudo-class. |
Edit This Code:
Result:
|
Correct Code:
Result:
|