Problem Statement
Explain in your own words what CSS is and why it is used in web development.
Explanation
CSS stands for Cascading Style Sheets. It is used to style HTML elements — controlling layout, colors, and fonts. In interviews, explaining that CSS separates design from content shows understanding of modern web practices.
Code Solution
SolutionRead Only
body { background-color: lightblue; }