Describes difference between decendant selector and child combinator selector ul li { margin: 0 0 5px 0; } ul > li { margin: 0 0 5px 0; }