Answered step by step
Verified Expert Solution
Question
1 Approved Answer
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
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started