1. The document discusses various CSS positioning techniques including normal flow, floating, clearing floats, and absolute, relative, and fixed positioning.
2. Floating removes elements from the normal flow but allows text to wrap around them, while clearing forces elements below floated items.
3. Absolute positioning removes elements from the flow and positions them relative to the nearest positioned ancestor or viewport, while relative shifts elements in the normal flow.