Hi Frenz.. some one know about following css code using.. *{margin:0px; padding:0px;} why we use it in our css file...
It's a CSS reset, just for cross browser compatiblity by resetting every element to 0px for a start. (By default different browsers have different paddings and margin for <body> and some other tags etc)