Menu
×
×
Correct!
Exercise:Change the color of <p> elements, that are the adjacent (immediately following) sibling of a <div> element, to "red". Hint: To select adjacent siblings, separate the selectors with +. |
Edit This Code:
Result:
|
Correct Code:
Result:
|