1.
What jQuery method is used to display hidden elements by setting their CSS display property to its default value?
2.
Which jQuery method is used to hide elements by setting their CSS display property to none?
3.
What effect does the .slideDown() method achieve in jQuery?
4.
Which jQuery method is used to gradually decrease the height of an element to hide it?
5.
What does the .fadeIn() method do in jQuery?
6.
What jQuery method is used to gradually decrease the opacity of an element to hide it?
7.
How does the .show() method differ from the .fadeIn() method in jQuery?
8.
Which jQuery method is used to toggle between showing and hiding elements on a webpage?
9.
What does the .fadeToggle() method do in jQuery?
10.
What effect does the .slideToggle() method achieve in jQuery?