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.
A + D
from:
https://www.briefmenow.org/microsoft/you-need-to-determine-how-the-webpage-will-appear-when-the-css-styles-are-applied/
8
0
The correct answer is A,C,D
1
10
the correct answer is A,D
12
0
A, D
8
0
I have tested it and the correct answers are C and D.
All second cells are blue. No one row is red fully.
0
4
Sorry , my mistake 😉 i didnot read enough. The first row is Table Header , so the answer is A and D.
1
0
AD:
tested here https://jsfiddle.net/kqthbsLr/9/
4
0