Solved

A Parent HTML Element Has the Style Position:relative

Question 1

Multiple Choice

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?


A) position:absolute
B) position:fixed
C) position:relative
D) position:static

Correct Answer:

verifed

Verified

Related Questions