Hey, I\'ve an obvious question.
For code like:
We want to format this text :)
Some
Simple:
div > p
affects only direct children.
div p
affects grandchildren, grandgrandchildren etc. as well. (Won't make a difference in your example)
The child selector isn't supported by IE6.