The "position" property helps to set the position of an element. "top", "left", "right" and "bottom" properties are used to define the final position of an element.
There are four types of positions in CSS, namely:
static
relative
absolute
fixed
st...