Answer:
Static positioning positioning is used to nudge an element out of its normal position in a document flow.
Explanation:
There are 3 types of positioning in HTML / CSS. Positioning is normally how an element is placed in the document.
- The first type of positioning is the static positioning where the position is set at the time of page load and this is the default type of positioning.
- The next one is the relative positioning, which works very similar to the first one, but the position differs according the value provided. It keeps changing.
- The last one is the absolute positioning removed from normal position in a document flow.