1507244.html (240B)
1 <html> 2 3 <head> 4 <style> 5 div { 6 column-span: all 7 } 8 9 li { 10 column-count: 53 11 } 12 </style> 13 </head> 14 15 <body> 16 <li> 17 <table> 18 <caption> 19 <div></div> 20 </caption> 21 </table> 22 </li> 23 </body> 24 25 </html>