how to add custom css selector in html code example Example: how to use child selectors in css ul li { margin: 0 0 5px 0; } ul > li { margin: 0 0 5px 0; }