What are the CSS Cascading Order Rules?
There are other order rules to the Cascade but as a beginner all you really need to remember is :
- An embedded CSS wins over a default CSS in the browser.
- An external CSS wins over a embedded CSS.
- A later CSS definition wins over an earlier CSS definition.
- An inline CSS included in the HTML tag instance over wins over all others