Question:Suppose that a <tr> tag has 10 <td> tags. In this case which statement is correct given the following?
td:nth-child(3n+0){ background-color: orange; }
A It returns a syntax error.
B The background color of the fourth td will be orange.
C The background color of the fourth td will be orange.
D The background color of the third td will be orange.
+ AnswerD
+ Report