Ask Question
12 May, 03:56

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

+4
Answers (1)
  1. 12 May, 04:32
    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 and Technology if you're in doubt about the correctness of the answers or there's no answer, then try to use the smart search and find answers to the similar questions.
Search for Other Answers