1 2 3 4 5 6 7 8 9 10 11
<!DOCTYPE html> <style> div { width: 3em; border: thin solid; white-space: balance; } .float { float: left; } </style> <div class="float">2</div> <div>3</div>