How would you change the text color of a <h3> header to white using text?
<h3>
h3 { color: #FF0000; }
h3 { color: white; }
h3 { color: black; }
h3 { color: rgb(0, 255, 0); }