css how to find the child of type div code example Example: how to use child selectors in css ul li { margin: 0 0 5px 0; } ul > li { margin: 0 0 5px 0; }