Chapter 2
Bringing More to HTML with Cascading Style Sheets (CSS)
In This Chapter
Understanding CSS
Combining XHTML and CSS
Creating CSS layouts
Getting to know CSS versions
Cascading style sheets, cascading style sheets — such a fancy-sounding term for a page markup language (or, more precisely, a style-sheet language). It sounds more like some kind of art form, or perhaps a classical music term, such as crescendo, resonance, intonation, or one of those other impressive, pleasant-sounding terms from a music appreciation class. It's the imagery it evokes: a cascade of style sheets tumbling gently over . . . . (Oops. Sorry about that. I got carried away.)
Instead, a cascading style sheet is a list of rules, each one triggering the next — cascading rules for formatting web pages. The “cascade” is essentially a priority scheme that determines how the rules are applied, and in what order. If, for example, more than one rule is assigned to a page element, the browser calculates a cascade of priorities, or weights, to determine which rule to apply: Higher priority means a heavier weight; ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Read now
Unlock full access