To change the text color of an <h3> header to red, what CSS code would you use?
<h3>
h3 { color: #FF0000; }
h3 { color: #00FF00; }
h3 { color: #FFFFFF; }
h3 { color: #0000FF; }