Cascading Style Sheets
- You can use multiple CSS style sheets and JavaScript DOM
scripts together to format a single page.
- The rules "cascade" and control the format together
according to the CSS cascading rules.
- This makes it possible to flexibly combine static and dynamic
formatting in a single page or application.