Multiple choice css

What does CSS stand for?

  1. Creative Style Sheets

  2. Computer Style Sheets

  3. Cascading Style Sheets

  4. Cascade Style Sheets

  5. Colorful Style Sheets

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

CSS stands for Cascading Style Sheets, named because style rules cascade (flow down) from more general to specific selectors, and multiple style sheets can be layered with inheritance and specificity rules determining which styles apply.