Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

What does html>body mean when using CSS? 1

Status
Not open for further replies.

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
 
Thanks vongrunt!

"In great attempts it is glorious even to fail."
either Unknown or Vincent Thomas "Vince" Lombardi
Depends on what source you find
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top