1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
<!DOCTYPE html> <html> <head> <style type="text/css"> .c { -moz-column-width: 1px; width: 93px; } .c:first-letter { } </style> </head> <body> <div class="c"><small>a b . d e f h i , k ; m n o p q</small></div> </body> </html>