Beginner Web & Software Development
Q2 / 100

What does CSS stand for and what is its purpose?

Correct! Well done.

Incorrect.

The correct answer is B) Cascading Style Sheets — a language for describing the presentation (layout, colors, fonts) of HTML documents

B

Correct Answer

Cascading Style Sheets — a language for describing the presentation (layout, colors, fonts) of HTML documents

Explanation

CSS (Cascading Style Sheets) separates presentation from structure. The "cascading" refers to how multiple style rules are combined by specificity, importance, and source order.

Progress
2/100