Microsoft
98-375 · Question #53
Which CSS position value is used to position an element relative to the browser window?
The correct answer is D. position: fixed. See the full explanation below for the reasoning.
Question
Which CSS position value is used to position an element relative to the browser window?
Options
- Aposition: relative;
- Bposition: absolute;
- Cposition: static;
- Dposition: fixed;
How the community answered
(21 responses)- A14% (3)
- B5% (1)
- C5% (1)
- D76% (16)
Community Discussion
No community discussion yet for this question.