Exercise:

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

Syntax hint: $(selector).children(filter)

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