1145931.html (285B)
1 <!DOCTYPE html> 2 <html><head> 3 <meta charset="UTF-8"> 4 <style> 5 body { column-count: 2; } 6 div::after { content: "A"; } 7 </style> 8 9 <script> 10 function boom() { 11 x.style.display = "contents"; 12 } 13 </script> 14 </head> 15 <body onload="boom();"><div></div><div><div id="x"></div></div></body> 16 </html>