Microsoft Exam Questions

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:

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