1343606.html (666B)
1 <!DOCTYPE html> 2 <html> 3 <head> 4 <meta charset="UTF-8"> 5 <style> 6 body { 7 columns: 5; 8 column-fill: auto; 9 height: 100px; 10 } 11 div { 12 display: grid; 13 grid-template-columns: 30px 30px 30px; 14 grid-auto-rows: 30px; 15 border:5px solid; 16 } 17 span { 18 border:1px solid black; 19 } 20 </style> 21 <script> 22 setTimeout(function(){ window.close(); },1000); 23 window.onload = function(){ 24 let a = document.getElementsByTagName("x")[0], 25 b = document.createTextNode("カ쾊紋鴺"); 26 a.appendChild(b); 27 setTimeout(function(){ 28 b.remove(); 29 }, 0); 30 }; 31 </script> 32 </head> 33 <body> 34 <div> 35 <span><x>某שּׁ큤</x></span> 36 The quick brown fox jumps over the lazy dog. 37 </div> 38 </body> 39 </html>