Exercise:Use the children() method to add a red color to the element with class="demo" inside <div>. Syntax hint: $(selector).children(filter) |
Edit This Code:
Result:
|
Correct Code:
Correct Result:
|