I know what CSS Reset is, but recently I heard about this new thing called Normalize.css
What is the difference between Normalize.css and Reset CSS?
What is
Well from its description it appears it tries to make the user agent's default style consistent across all browsers rather than stripping away all the default styling as a reset would.
Preserves useful defaults, unlike many CSS resets.