Exercise:

Use the children() method to add a red color to the first child element of <div>.

構文のヒント:$(selector).children(filter)

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