Exercise:

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

ヒント:nextAll() メソッドを使用します。

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