Source code
Revision control
Copy as Markdown
Other Tools
<!doctype html>
<table id="table"> </table>
<script>
document.body.offsetTop;
table.style.containerType = "inline-size";
table.style.appearance = "auto";
table.style.columnCount = 2;
table.createTBody();
table.createCaption();
document.body.offsetTop;
table.style.whiteSpace = "pre-wrap";
</script>