533379-2.html (227B)
1 <!DOCTYPE html> 2 <html> 3 <head> 4 <style> 5 body { width: 1px; } 6 ul { column-count: 2; } 7 li {list-style-position: inside; } 8 li:first-letter {color: red; } 9 </style> 10 </head> 11 12 <body> 13 <ul><li><span>A B</span></li></ul> 14 </body> 15 16 </html>