Text wrapping (float: left)

Sample image

This is an example of text wrapping with float. The image is floated to the left, and the text flows around its right side. When the text extends beyond the image height, it wraps below the image. Float was originally designed for this text-wrapping behavior.

Two-column layout (float: left + float: right)

Main content (70%)
Sidebar (28%)