HTML: Cascading Style Sheets

References:

  1. A Touch of Styel by Dave Raggett, one of the designers of HTML, CSS, etc.
  2. interactive HTML tools
  3. CSS references
  4. CSS Specifications


Cascading Style Sheets

Notes:
  • Finally, you can have one CSS file inherit all the statements of another one using the import statement:
    /* This is a Cascading Style sheet demo page, notice that these first two lines are a comment! */ @import "http://www.brandeis.edu/~tim/Style/cs2a.css"