<div class="a b c"> <p class="d">test</p> </div> <style> .a .d {color: green} p.d {color: yellow} .a.b p.d {color: red} .a p.d {color: black} </style>
green
yellow
red
black