How does the page render?

HOTSPOT

How does the page render? For each statement in the table, select Yes if the behavior is
described. Select No if it is not. Make only one selection in each column.

HOTSPOT

How does the page render? For each statement in the table, select Yes if the behavior is
described. Select No if it is not. Make only one selection in each column.

Answer:

Explanation:



Leave a Reply 4

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

19 − nine =


bossov

bossov

I don’t understand why the last two options are supposed to be true. Any explanation? I would have selected No for all of them.

coder12878

coder12878

This question is so incomplete, it’s hard to say how the page will render! Are we to assume that there are s named “blueBox” and “content”? The code indicates that “blueBox” is a class, not a name.

stenly

stenly

there is no style named content within css nor within grid cell. So anything not specified within css definition block is empty named definition (assume your content as empty style).

1. .text is applied for 1×1 col/row so “content” wont flow around .blueBox just because this cell is taken already
2. …this is obvious
3. .content does not exist within css, everything in the grid can be named as .content (css definition is empty) and will consume the rest of the grid space