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:

Verified
Correct Answer:
Verified
Related Questions
Q2: What type of block is created by
Q3: How can a template be included in
Q4: You want to add a block to
Q5: In which of the following directories is
Q6: Which of the following will render the
Q7: Which three of the following folders should
Q8: What is the function of the attribute
Q9: You need to add a custom structural
Q10: Given the layout XML example below, which
Q11: Given the following HTML and CSS, what