If you always want an element at a certain place without relativity to any other element, then we use this property "position:absolute;". While playing around with "position absolute", I learned that we do not use "margin", instead we use properties such as "top, bottom, right and left".
For instance, I have an element with class "example", I use "position absolute" in it as:
Hello
We can also give "float" values to "absolute positions" like
float:left or float:right