Browsers’ default CSS for HTML elements

It’s different for each browser, so:

You can also look at the HTML5 Boilerplate stylesheet, which “normalizes the display of a lot of stuff without being a reset in the traditional sense”. It also fixes quite a few bugs/inconsistencies.

It’s also worth looking at: https://github.com/necolas/normalize.css/blob/master/normalize.css

Leave a Comment