Monday, April 14, 2008

Reset CSS

For reset CSS need to add default css for each tags,

e.g. body,div,h1,h2,h3,h4,h5,h6,pre,input,p,th,td
{
margin:0; padding:0;
}

Here reset div tag and input tag parameters(margin and Padding), Same way you need to reset all styles for each tag.

No comments: