You develop an HTML5 webpage. You have the following HTML markup: (Line numbers are for reference only.)
The webpage also contains the following CSS markup:
You need to determine how the webpage will appear when the CSS styles are applied.
Select two.

A.
The first row of the table will have a red background.
B.
The second row of the table will have a red background.
C.
The second cell in the first row of the table will have a blue background.
D.
The second cell in the third row of the table will have a blue background.
E.
The second cell in the third row of the table will have not have blue background.
Correct Answer would be A and D.
0
0
I agree with you
0
0
Answer seems to be correct: https://jsfiddle.net/p4rkh3xt/1/
Now sure how you got it blue?
0
2
My bad, answer is INCORRECT
A & D are right.
Hadn’t seen that only the first TR is TH and rest is TD
https://jsfiddle.net/p4rkh3xt/2/
0
0
for me A and D
0
0
A + D
0
0
A and D
0
0