What is the effect of this line of CSS code?
li#odd {color:blue;}
A. It changes the font color of all descendants of li elements with the id odd.
OB. It changes the color of all li elements of the class odd.
C.
It changes the font color of the li element with the id odd.
OD.
It changes the color of li elements that contain an element of the class odd.
Reset
Next