MCQ
What is the role of CSS in responsive web design?
Responsive Web Design
A To structure the content
B To control the visual appearance and layout based on screen size
C To handle server-side logic
D To manage databases
Explanation

CSS in responsive design is used to control the visual appearance and layout, adapting to different screen sizes through media queries, flexible units, and responsive layout techniques.