nerdexam
Magento

M70-301 · Question #55

A parent HTML element has the style position:relative". You need to position a child element within the parent so that the child's position originates from the parent element's box. Which style on…

The correct answer is A. position:absolute. See the full explanation below for the reasoning.

Question

A parent HTML element has the style position:relative". You need to position a child element within the parent so that the child's position originates from the parent element's box. Which style on the child will accomplish that?

Options

  • Aposition:absolute
  • Bposition:fixed
  • Cposition:relative
  • Dposition:static

How the community answered

(41 responses)
  • A
    80% (33)
  • B
    7% (3)
  • C
    10% (4)
  • D
    2% (1)

Community Discussion

No community discussion yet for this question.

Full M70-301 Practice