When is it necessary to use a wildcard * to reset or initialize all tags at the beginning of a CSS document?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
It is never necessary, some people just prefer to start from a known baseline rather then the various different browser defaults.
Slapping it in a wildcard isn’t really recommended though as it can have unwanted effects on certain elements (such as form controls). This has resulted in slightly more complex resets such as Eric’s or Yahoo!’s.