MCQs > IT & Programming > CSS > Suppose that a tag has 10 tags. In this case which statement is correct given the following? td:nth-child(3n+0){ background-color: orange; }

CSS MCQs

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;
}

Answer

Correct Answer: The background color of every third td will be orange.

Explanation:

Note: This Question is unanswered, help us to find answer for this one

CSS Skill Assessment

Overall Skill Level-Poor

Your Skill Level: Poor

Retake Quizzes to improve it

search

CSS Skill Assessment

Overall Skill Level-Poor

Your Skill Level: Poor

Retake Quizzes to improve it