Source code

Revision control

Copy as Markdown

Other Tools

<html>
<head>
<style>
caption { color: green }
</style>
</head>
<body>
<table id="table">
<caption>this is the caption</caption>
<tbody><tr><td>a new row 1</td></tr></tbody>
<tbody><tr><td>a new row 2</td></tr></tbody>
<tbody>
<tr><td>a row</td></tr>
</tbody>
</table>
</body>
</html>