Exercise v1.3

Exercise:

Add a red color to all next sibling elements of <h2>.

Hint: Use the nextAll() method.

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