✅ Description:
Learn how to control where things appear on the page using position, display, and float.
📘 Explanation:
-
position: static | relative | absolute | fixed -
display: block | inline | inline-block -
float: left | right
💻 Code Example:
🛠️ Exercise:
-
Create a layout with text and an image side by side.
-
Use
floatorposition: absoluteto move elements.

