How should you complete the relevant CSS styles?

HOTSPOT
You develop a webpage.
The layout of the webpage must resemble the following image:

You need to ensure that the page renders properly.
How should you complete the relevant CSS styles? (To answer, select the appropriate option from each dropdown list in the answer area.)
Hot Area:

HOTSPOT
You develop a webpage.
The layout of the webpage must resemble the following image:

You need to ensure that the page renders properly.
How should you complete the relevant CSS styles? (To answer, select the appropriate option from each dropdown list in the answer area.)
Hot Area:

Answer:

Explanation:
* position: relative
The element is positioned relative to its normal position, so “left:20” adds 20 pixels to the element’s LEFT
position
* position: absolute
The element is positioned relative to its first positioned (not static) ancestor element
CSS position Property



Leave a Reply 3

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


Mkool

Mkool

Correct options are:
1. Position Relative
2. Position Absolute

CasiProgramoMEXAPOWA

CasiProgramoMEXAPOWA

do you know if this test is similar to the real exam?

S

S

I think the questions are similar.