What happens if we replace the h3 selector with the div selector?

The child elements of div have color set to chocolateOnly the p elements have color set to chocolateThe div but not its child elements has color set to chocolateThe child elements of div, except h3, have color set to chocolate

The child elements of div have color set to chocolate.