What happens if we replace the h3 selector with the div selector?
div have color set to chocolatep elements have color set to chocolatediv but not its child elements has color set to chocolatediv, except h3, have color set to chocolate The child elements of div have color set to chocolate.