Cascading is like a waterfall. You start at the top. As you go down, there are different levels.
There are 3 "levels" of CSS commands :
The CASCADING part of CSS determines the importance of a command tag. If you have a tag for the same property on all 3 levels, but each one has a different value assigned to it, the CSS will take and use the most important out of them. Level 1 will over-ride Level 2 which will over-ride Level 3.
There are 3 "levels" of CSS commands :
- On the same page within an HTML tag as a property.
- On the same page in the <HEAD> ... </HEAD> area.
- On a separate page.
The CASCADING part of CSS determines the importance of a command tag. If you have a tag for the same property on all 3 levels, but each one has a different value assigned to it, the CSS will take and use the most important out of them. Level 1 will over-ride Level 2 which will over-ride Level 3.


