Question #147805

Which is the correct jQuery selector to select the first <div> of the HTML document?


Options:

Explanation:
The $("div:first") selector is used to select the first
of the HTML document.
Tags: jQuery

Test Your Knowledge

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

Take a Quiz

Share This Question