CSS

CSS stands for Cascading Style Sheets. CSS controls the presentational aspects of your Web pages.

Block-Level Elements

Block-level elements stack down the page. They include:

Inline Elements

Inline elements sit next to each other, if there is room. They include:

Typography maketh the Web site. CWS

A code example from Stylin’ with CSS, Third Edition by Charles Wyke-Smith. Visit stylinwithcss.com for more CSS information and updates.