<!DOCTYPEhtml>
<html>
<head>
<script>
function doTest() { var d = document.createElement("div");
d.textContent = "Test";
d.style.top = d.style.left = 0;
d.style.position = "absolute";
document.getElementById("t").appendChild(d);
}
</script>
</head>
<body onload="doTest()">
<table>
<tr><td>This is a test</td></tr>
<tr><td>This is a test</td></tr>
<tr><td>This is a test</td></tr>
<tr><td>This is a test</td></tr>
<captionstyle="position: relative; caption-side: bottom" id="t"></caption>
</table>
</body>
</html>
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.