What does the following CSS snippet do?
h1, h2 { color: rgb(0, 128, 0); }
None of the above.
Sets the color of h1 and h2 headers to red.
h1
h2
Sets the color of h1 and h2 headers to green.
Sets the color of all paragraphs to green.