1<html> 2<body> 3 4<script> 5document.addEventListener("DOMContentLoaded", function () { 6 document.body.appendChild(document.createElementNS("", "ns")); 7}); 8</script> 9 10</body> 11</html> 12
1<html> 2<body> 3 4<script> 5document.addEventListener("DOMContentLoaded", function () { 6 document.body.appendChild(document.createElementNS("", "ns")); 7}); 8</script> 9 10</body> 11</html> 12