Source code

Revision control

Copy as Markdown

Other Tools

<!DOCTYPE html>
<html class="reftest-paged">
<head>
<meta charset="utf-8">
<title>CSS Reftest Reference</title>
<style>
table {
background: lightblue;
height: 1in;
width: 1in;
}
.basicOuter {
height: 20px;
background: orange;
}
</style>
</head>
<body>
<div class="basicOuter">
<table border>
<tr><td></td></tr>
<tr><td></td></tr>
</table>
</div>
</body>
</html>