If you want the text in all <h4> elements to be orange, what CSS property would you apply?
<h4>
h4 { color: orange; }
h4 { text-color: orange; }
h4 { font-color: orange; }
h4 { heading-color: orange; }