To make the text color of all <h5> headers white, what CSS code would you use?
<h5>
h5 { color: #FF0000; }
h5 { color: green; }
h5 { color: #FFFFFF; }
h5 { color: black; }