5
In CSS, I know the property position
can receive the values fixed
, absolute
and relative
. Each has a different effect on the position of the element.
But I was in doubt when I was asked the following way by another programmer:
"If I possess an element with fixed
, absolute
or relative
and want to reset to the value that comes by default in CSS, what would be the value I have to define position
?".
So I would like to remove this doubt: What is the default property value position
?
Related or duplicate: All Div has relative position?
– Wallace Maxters