Computer Science, asked by meshramavi8591, 1 year ago

what's the difference between "resetting" and "normalizing" css?

Answers

Answered by Barbarasebastian577
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