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 answers are C & D
In drawn table in Explanation, the second column must be blue.
Correct is A & D
https://jsfiddle.net/71qLoymh/
Thanks, for the jsfiddle sample, Ethan. You are absolutely right.
I agree with Ethan
You are right, the exmpanation figure is ridiculous
Ethan has a jsfiddle link that shows (in IE and Chrome) that the correct answer is A, C & D.
Oeps! RTFQ. I read “second cell in the second row” for C, but it states the first row. A & D are correct. I’ve been at it too long.
A, D confirmed. I Try it