In: Computer Science
What does it mean that the style sheets are cascading? What is the order of priority of CSS? List 5 things you can do with CSS, which cannot be done easily in HTML.
Cascading means that styles can fall from one style sheet to another, enabling multiple style sheets to be used on one HTML document.
The order of priority of CSS is given as:
Things which can be done by CSS are: