Question: Question 1 4 pts What is the correct syntax to display table rows in alternating colors? Group of answer choices td:even {background-color: #CCC;} tr:nth-child(even) {background-color:
Question 1 4 pts
What is the correct syntax to display table rows in alternating colors?
Group of answer choices
td:even {background-color: #CCC;}
tr:nth-child(even) {background-color: #CCC;}
tr:even {background-color: #CCC;}
td:nth-child(even) {background-color: #CCC;}
Which syntax example is correct?
Group of answer choices
p {color: black;}
{p: color=black(p;}
{p; color: black;}
p:color=black;
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
