What is the meaning of cascading? How do style sheets cascade?
Answer Posted / Abhay Verma
Cascading in CSS refers to a mechanism that allows multiple styles to be applied to a single element. When multiple declarations for the same property are present, the browser follows a set of rules called the cascade to determine which declaration takes precedence. The order of these rules includes specificity, source order, and importance.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers