←
Exploring clean vs. messy style sheets
Developing a CSS table of contents
→
Browser inconsitencies
margin dimensions around the edge of a site
borders sometimes appear “magically”
default padding added to <p> and <h> tags
browser specific line heights
<p> and <h> tag font sizes
What a reset does
strips out default styling from browsers
gives you a solid base to build your site
write your on rules without briwser interference
save you time & headaches
Types of resets
Eric Meyer's Reset
Siolon's Global Reset
Shaun Inman's Global Reset
Tripoli Reset
Custom Reset