is body
properties and *
properties have different?
i always use body
and html
properties same.
can i use *
properties with body
and html
?
and what should be different in *
and body
property?
i unable to understand that is this necessary to use these both property?
if i use one of them than its create any problem?
i use this
*{
margin:0;
padding:0;
background:#FFF;
}
and in body
body, html{
margin:0;
padding:0;
background:#FFF;
font:normal 12px verdana;
color:#0086ca;
}
when i link a text its take background. and when i remove background from * this didn't take bg color.