Source code

Revision control

Copy as Markdown

Other Tools

<!doctype html>
<style>
table {
view-transition-name: table;
}
:root {
background: pink;
}
</style>
<table>
<caption>Caption</caption>
<tr>
<td>Some row</td>
</tr>
</table>