To make the text color of all <h1> headers white, what CSS code would you use?
<h1>
h1 { color: white; }
h1 { text-color: white; }
h1 { font-color: white; }
h1 { heading-color: white; }