- Is it possible to create a website that renders well across all browsers without using CSS reset?
- Should CSS reset be used for websites of all sizes - small, one-page, large?
- Is it better to write all the CSS without a reset and only address necessary rendering issues by including specific rules in the reset, or should we implement CSS reset from the beginning?
Should I recommend CSS reset to new learners of CSS and HTML? I wonder if suggesting CSS reset could potentially lead to confusion about its purpose. Am I correct in thinking this way?