8 lines
133 B
HTML
8 lines
133 B
HTML
<html>
|
|
<head>
|
|
<script>
|
|
document.documentElement.appendChild(document.createElement("table"))
|
|
</script>
|
|
</head>
|
|
<body></body>
|
|
</html>
|