The Cascade in CSS
CSS is an acronym for Cascading Style Sheets.
CSS really does cascade:
- from external style sheets;
- through document level styles in the head of our document;
- through inline styles in the tags in the body our document;
- and even through class attributes and id attributes scattered in the body of our document.