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