Chomauk
Programmer
- Jun 8, 2001
- 130
I found this little nugget but can't find much of anything explaining it on any of the CSS sites except this:
1. "Selects any body element that is a child of a html element." (I don't know what that means either.)
2. Used to hide code.
Here is the code I found:
html>body, html>body div, html>body p,
html>body th, html>body td,
html>body li, html>body dd {
font-size: small
/* be nice to Opera */
}
Anybody know what it really means/does?
thanks
"In great attempts it is glorious even to fail."
either Unknown or Vincent Thomas "Vince" Lombardi
Depends on what source you find
1. "Selects any body element that is a child of a html element." (I don't know what that means either.)
2. Used to hide code.
Here is the code I found:
html>body, html>body div, html>body p,
html>body th, html>body td,
html>body li, html>body dd {
font-size: small
/* be nice to Opera */
}
Anybody know what it really means/does?
thanks
"In great attempts it is glorious even to fail."
either Unknown or Vincent Thomas "Vince" Lombardi
Depends on what source you find