All Star Attributes for HTML5 elements in IE
It is very common to set margin:0 and padding:0 as default to all HTML elements via the star hack.
* { margin:0; padding:0; }
And we get so used to explicitly setting margins and paddings to elements that require them, that we assume no padding & mar...
css.co.in1 min read