exam questions

Exam 70-480 All Questions

View all questions & answers for the 70-480 exam

Exam 70-480 topic 3 question 24 discussion

Actual exam question from Microsoft's 70-480
Question #: 24
Topic #: 3
[All 70-480 Questions]

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 drop-down list in the answer area.)
Hot Area:

Show Suggested Answer Hide Answer
Suggested Answer:
* 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
Reference: CSS position Property

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
nootje
3 years, 8 months ago
the left property shouldn't be there. Then the absolute is correct. but with the left:-100 it pushes the span2 to the left of the page.
upvoted 1 times
...
Leonard
4 years, 4 months ago
I think is wrong left: -100px with position relative on first and absolute on second.
upvoted 1 times
...
Joshua
5 years, 6 months ago
Span 2 should be float right?
upvoted 1 times
Stienes
5 years, 4 months ago
No it is position:absolute. if you do float right the text: "span2 contents." will apear right of the <P> element.
upvoted 1 times
...
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...