Reset versus normalize
Same goal, different starting strategies.
A reset strips most browser defaults so you can define the visual rules from scratch. That gives maximum control, but it also means you must rebuild more basics yourself.
Normalize preserves sensible defaults in areas such as forms, headings and inline elements while correcting the cross-browser mismatches that usually cause trouble.
- Reset: more control, more initial work.
- Normalize: a balanced starting point for many production projects.
- In mixed teams, normalize often speeds up onboarding and reduces surprises.