Source code
Revision control
Copy as Markdown
Other Tools
<body onload="run()">
<mathml:math id="test" style="display: block">
</mathml:math>
<script>
function run() {
"mtable");
"mtable");
"mtr");
"mtr");
var test =
t1.appendChild(r1);
test.appendChild(t1);
test.appendChild(t2);
t2.appendChild(r2);
}
</script>
</body>
</html>