In CSS, what is the difference between static (default) positioning and relative positioning?
Static : A STATIC positioned element is what are we get by DEFAULT (Normal positioning of objects).
Relative : Relative to it’s current position, but can be moved. Or A RELATIVE positioned element is positioned relative to ITSELF.