1.

What's the difference between "resetting" and "normalizing" CSS?

Answer»
ResettingNormalizing
Resetting means to reset all styling from every elementNormalizing 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.



Discussion

No Comment Found