Multiple choice technology web technology

The acronym "CSS" stands for "Cascading Style Sheets." Why are they said to be "cascading"?

  1. Because they can rapidly apply formatting to any number of HTML documents

  2. Because their style information "falls on top" of HTML, while remaining separate

  3. Because any style sheet can inherit style information from other style sheets

  4. Because their structure mimics the formatting of HTML documents

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

CSS is called "cascading" because style rules cascade down from one style sheet to another through inheritance and specificity, allowing a style sheet to inherit and override properties from parent sheets or browser defaults.