1.
What is the primary purpose of responsive web design?
2.
Which CSS unit is commonly used in fluid grid layouts?
3.
What does the max-width property do in responsive design?
4.
How does the img { max-width: 100%; } CSS rule help in responsive design?
5.
What are CSS media queries used for?
6.
What does the @media (max-width: 768px) CSS rule indicate?
7.
How can jQuery be used to toggle a navigation menu on small screens?
8.
Which jQuery method is used to change the source of an image dynamically?
9.
What is the benefit of using smooth scrolling in responsive design?
10.
How can touch events be handled in jQuery for responsive design?