1 2 3 4 5 6
<!DOCTYPE html> <html> <div style="overflow: hidden; width: 130px; column-count: 2;"> Some long text that cannot possibly fit in 130px. </div> </html>