|
Posted by gg on 02/02/64 11:49
I have this CSS snippet from a website, whose style I like. However
there are few things that I do not understand. Here is the snippet,
most attributes are removed for the sake of simplicity.
body { margin: 0px; padding: 0px;
color: #000000;
}
html body { margin:0; padding:0; }
* html body { font: normal 8.5pt Verdana,Arial,sans-serif; }
My queries:
1. Because the body is always going to be in <html>, what is implied by
these statements?
2. What does * mean here, there is no * tag
[Back to original message]
|