Exercise:
Add a red color to the <span> element that is the descendant of <ul>.
Hint: Use the find() method.
Edit This Code:
See Result »
div
ul
li
span
Result:
Show Answer
Correct Code:
div
ul
li
span
Correct Result:
Hide Answer