Possible Duplicate:
Best css reset
What is the best way to implement CSS reset?
My question is more in context of implementing layouts which would be cross-browser, cross-platform compliant.
E.g. layout should look similar on desktop browsers like ie, firefox and even on iPad and to some extent on iPhone as well.
Please let me know if I should apply CSS reset to acheive this.
You could use normalize.css:
I don’t know how well it supports mobile, tablets, etc., however.