Question 7 of 10Pro Only
Explain the different CSS position values: static, relative, absolute, fixed, and sticky. How does each one affect the element's placement?
Sample answer preview
CSS positioning controls how elements are placed in the document flow and how they relate to other elements. Understanding each position value is essential for creating complex layouts. Static is the default position value.
positionstaticrelativeabsolutefixedsticky