what's the difference between "resetting" and "normalizing" css?
Answers
Answered by
0
ANSWER IS :
Resetting: Removing all styling from every element - margins, padding, etc
Normalizing: Making elements render consistently across browsers.
. All elements will have the same font-size, same line-height and no spacing. Eric Meyer's Reset is the most common approach
Similar questions