In CSS, I know that the position
property can receive the fixed
, absolute
and relative
values. 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 have 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 of I have to set position
? ".
So I would like to ask this question: What is the default value of the property position
?