Reset Your CSS
As any web developer using CSS will know, different browsers render pages in different ways. Some browsers have a built-in stylesheet that can effect such things as margin and padding on page elements.
By resetting the built-in stylesheet in modern browsers a lot of the anomalies can be avoided – reducing the headache of adjusting CSS files by trial and error. (more…)