CSS Resets

Every browser has its own default set of styles that determines how an "unstyled" page should look. While most browsers default styles are similar the differences between them can cause a fair amount of work for designers when trying to create consistent styling across browsers.

One way of dealing with this is by using a CSS Reset. CSS Resets are a collection of styles that give you a consistent starting point for writing your styles. Although the complexity and features of CSS Rests varies, most start by stripping out the margins and padding values for commonly used elements.

Popular CSS Resets

Although you can certainly create your own CSS Resets, there are some popular resets that have been refined and tested over the years that you can take advantage of, or use as a starting point for your own custom resets.

You can find a comprehensive list of CSS Resets (and more information about them) at CSS Reset.com.