571281-1c.html (190B)
1 <!doctype html> 2 <html> 3 <head> 4 <style> 5 li { 6 list-style-position: inside; 7 column-count: 2; 8 overflow: hidden; 9 } 10 </style> 11 </head> 12 <body> 13 14 <ul> 15 <li>Test (inside).</li> 16 </ul> 17 18 </body> 19 </html>