What's the difference between "resetting" and "normalizing" CSS?
Resetting | Normalizing |
---|---|
Resetting means to reset all styling from every element | Normalizing makes the built-in browser style more consistent. |
Elements have the same font-size, same height, and no spacing at all. | Elements will appear bold, larger, etc in a consistent way. |
In the end, elements will look similar. | Elements will look different in the end. |
NOTE: Normalizing is way much better than Resetting as there is no point in resetting all elements and styling them again.
BY Best Interview Question ON 17 Jan 2021