Exercise:

Add a red color to all sibling elements of <h2> that are <p> elements.

Hint: Use the siblings() method.

Edit This Code:
Result:
Correct Code:
Correct Result:
Exercise - © subhodaya.com