1403465.html (351B)
1 <!DOCTYPE html> 2 <html> 3 <body> 4 <math class="hidden"> 5 <mi>x</mi> 6 <mo>=</mo> 7 </math> 8 <script> 9 window.onload = function() { 10 let s = document.createElement("style"); 11 s.textContent = ` 12 body { 13 line-height: 1.42857143; 14 } 15 16 .hidden { 17 display: none; 18 } 19 `; 20 document.body.appendChild(s); 21 }; 22 </script> 23 </body> 24 </html>