The `float` property positions an element to the left or right, allowing other elements to wrap around it.
img { float: left; margin: 10px; }
Supported by all major browsers.