html - When is it necessary to initialize or reset all tags using a wildcard * at the beginning of external CSS style? -


To reset or start all tags at the beginning of the CSS document * When is it necessary to use the wildcard?

"post-text" itemprop = "text">

It is never required , some people just like to start with a known baseline, different browser defaults.

Slapping it in wildcard is not really recommended, although it may have undesirable effects on some elements (such as form controls). The result may be a bit more complex reset, such as or


Comments

Popular posts from this blog

Eclipse CDT variable colors in editor -

AJAX doesn't send POST query -

wpf - Custom Message Box Advice -