What are the four components of “the Cascade”.
importance, origin, specificity, source-order
What does the term “source order” mean with respect to CSS?
Order that css rules are written
How is it possible for the styles of an element to be applied to its children as well without an additional CSS rule?
Inhertiance
List the three selector types in order of increasing specificity
type, class, ID
Why is using !important considered bad practice?
Makes debugging more difficult because ti breaks the natural cascade of CSS