You need to determine how the webpage will appear when the CSS styles are applied

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.

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.

Explanation:



Leave a Reply 8

Your email address will not be published. Required fields are marked *


Mojtaba

Mojtaba

Correct answers are C & D

In drawn table in Explanation, the second column must be blue.

banshee

banshee

I agree with Ethan

Alex

Alex

You are right, the exmpanation figure is ridiculous

BarryC

BarryC

Ethan has a jsfiddle link that shows (in IE and Chrome) that the correct answer is A, C & D.

BarryC

BarryC

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.

PinnaWarner

PinnaWarner

A, D confirmed. I Try it