Ask 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 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

+1
Answers (1)
  1. 21 February, 05:25
    0
    The correct answer is C
Know the Answer?
Not Sure About the Answer?
Find 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 the answers seem to be not correct or there’s no answer. Try a smart search to find answers to similar questions.
Search for Other Answers