What CSS property would you use to make the text of all <h3> elements purple?
<h3>
h3 { color: purple; }
h3 { text-color: purple; }
h3 { font-color: purple; }
h3 { heading-color: purple; }