You work as a senior developer at ABC.com. The ABC.com network consists of a single domain
named ABC.com.
You are running a training exercise for ABC.com’s junior developers. You are currently discussing
the Absolute element positioning attribute.
Which of the following is TRUE with regards to the Absolute element positioning attribute?
(Choose all that apply.)
A.
It is always relative to the next positioned parent.
B.
It relies on the default flow of the document, and reflows content should the browser be resized.
C.
It is not relative to preexisting parent or child elements when implemented.
D.
If there isn’t a parent element, the containment block is used instead.
Explanation:
https://css-tricks.com/absolute-relative-fixed-positioining-how-do-they-differ/