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:
header
section
h1, h2, etc.
Inline Elements
Inline elements sit next to each other, if there is room. They include:
img
a
em
Typography maketh the Web site.CWS