1 2 3 4 5 6 7 8
<html> <head> <script> document.documentElement.appendChild(document.createElement("table")) </script> </head> <body></body> </html>