Source code

Revision control

Copy as Markdown

Other Tools

<!DOCTYPE html>
<html>
<head>
<title>CSS Reftest Reference</title>
<link rel="author" title="Aryeh Gregor" href="mailto:ayg@aryeh.name">
<style>
table {
display: inline-table;
}
</style>
</head>
<body>
<table>
<caption>Hello</caption>
<tr><td>there!</td></tr>
</table>
</body>
</html>