Where can I find a browser\'s default CSS for HTML elements?
Many HTML elements come with some default CSS properties which can sometimes result in
It's different for each browser, so:
resource://gre-resources/ and look at html.css.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