What will be the result of the following CSS code?
h1, h2 { color: rgb(0, 0, 255); }
Makes no change.
Sets the border color of h1 and h2 headers to blue.
h1
h2
Sets the background color of h1 and h2 headers to blue.
Sets the text color of h1 and h2 headers to blue.