Ask Question
28 May, 13:38

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

+3
Answers (1)
  1. 28 May, 15:08
    0
    The correct answer is C
Know the Answer?
Not Sure About the Answer?
Get an answer to your question ✅ “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 ...” in 📙 Computers & Technology if there is no answer or all answers are wrong, use a search bar and try to find the answer among similar questions.
Search for Other Answers