Source code

Revision control

Copy as Markdown

Other Tools

<!DOCTYPE html>
<style>
div { color: green; }
#table { display: inline-table; }
#caption { display: table-caption; }
#tbody { display: table-row-group; }
</style>
<div>
<span id="table">
<span id="caption">This should</span>
<span id="tbody">be green</span>
</span>
</div>