Menu
×
×
Correct!
Exercise:Change the color of all <p> elements, that are descendants of <div> elements, to "red". Hint: To select descendants, separate the selectors with space. |
Edit This Code:
Result:
|
Correct Code:
Result:
|