Multiple choice technology web technology

What does CSS stand for?

  1. Colorful Style Sheets

  2. Cascading Style Sheets

  3. Creative Style Sheets

  4. Computer Style

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

CSS stands for Cascading Style Sheets. The term 'cascading' refers to the way style rules are applied in priority order - inline styles override internal styles, which override external styles, and more specific selectors override general ones. This hierarchy allows for flexible and powerful web page styling.