Question #147807

Which is the correct jQuery selector to select the first list item of every <ul> element?


Options:

Explanation:
The $("ul li:first-child") selector is used to select the first list item of every
    element.
Tags: jQuery

Test Your Knowledge

Want to practice more questions like this? Take a quiz in this category!

Take a Quiz

Share This Question