408493-2.html (296B)
1 <html> 2 3 <head> 4 <style type="text/css"> 5 6 body { column-count: 2; } 7 span { white-space: pre; } 8 body:first-letter { color:blue; font-size:400%; } 9 10 </style> 11 </head> 12 13 <body onload="var span=document.getElementById('span'); span.removeChild(span.lastChild);"><span id="span">T 14 </span>T</body> 15 16 </html>