Property | Values |
---|---|
position | absolute | relative | static |
The position property specifies what kind of positioning is being used. Most developers prefer absolute positioning because it gives fine control over the placement of elements on the screen and removes the element from the default text flow. relative positioning offsets the element from its default position. static leaves an element in its default location.