What are the four components of “the Cascade”.
specificity, inheritance, source-order, importance
What does the term “source order” mean with respect to CSS?
the order in which the CSS rules are listed in CSS
How is it possible for the styles of an element to be applied to its children as well without an additional CSS rule?
because of inheritance
List the three selector types in order of increasing specificity.
type, class, and id selectors
Why is using !important considered bad practice?
makes debugging more difficult by breaking the natural cascading in stylesheets