Multiple choice technology web technology

What does CSS stand for?

  1. Computer Style Sheets

  2. Colorful Style Sheets

  3. Cascading Style Sheets

  4. Creative Style Sheets

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

CSS stands for Cascading Style Sheets. The Cascading refers to the priority rules for how styles are applied and overridden (inline styles override internal, which override external, and more specific selectors override less specific ones). Options A, B, and D are incorrect expansions.