Resetting a CSS is a process of removing all the default styling of HTML elements and setting them to a common baseline. This ensures that all elements are styled consistently across different browsers. For example, if you reset the CSS, all

tags would have the same font size, line height, and font weight, regardless of the browser.

Normalizing a CSS is a process of preserving useful default styles while also correcting cross-browser inconsistencies. It is a more modern approach than resetting a CSS, as it allows for more flexibility in styling elements. For example, if you normalize the CSS,

tags could have different font sizes, line heights, and font weights, depending on the browser.

Leave a Reply

Your email address will not be published. Required fields are marked *