What does “Cascade” mean in Cascading Style Sheets?
What does “Cascade” mean in Cascading Style Sheets?Answer: Cascading Style Sheets or CSS are set up so that you can have many properties all affecting the same element. Some of those properties may conflict with one another. For example, you might set a font color of red on the paragraph tag and then later on set a font color of blue. How does the browser know which color to make the paragraphs? This is decided by the cascade. Types of Style Sheets There are three different types of style sheets: • Author Style Sheets These are style sheets created by the author of the Web page. They are what most people think of when they think of CSS style sheets. • User Style Sheets User style sheets are set by the user of the Web page. These allow the user to have more control over how the pages display. • User Agent Style Sheets These are styles that the Web browser applies to the page to help display that page. For example, in XHTML, most visual user agents display the tag as italicized text