1.
How to include jQuery in an HTML document?
2.
What's the purpose of .ready() in jQuery?
3.
How to select elements by their ID?
4.
What does $ represent in jQuery syntax?
5.
Execute jQuery code when DOM is fully loaded?
6.
What's the purpose of .html() in jQuery?
7.
How to include external script in HTML?
8.
Select all elements with a specific class in jQuery?
9.
Purpose of .css() in jQuery?
10.
How to append content to an element in jQuery?