403134-1.html (277B)
1 <!DOCTYPE html> 2 <html> 3 <head> 4 <style> 5 6 #div:first-letter { color: green; } 7 8 </style> 9 </head> 10 11 <body onload="document.getElementById('div').appendChild(document.createTextNode(''));"> 12 13 <div style="column-width: 0.5em; column-gap: 100px;" id="div">xx ! </div> 14 15 </body> 16 </html>