blob: c1daa5eac735e2d743c5421d16fedd47264f0575 [file] [log] [blame]
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html><head>
<style type="text/css">
td {width: 100px; text-align:center}
caption {border:solid 4px green}
</style>
</head>
<body>
<!--A rectangle with a green border and black ahem text inside should be placed 70px below the orange rectangle. It should be narrower than the orange rectangle.-->
<table style="border-collapse:collapse; font: 12px Ahem;"><caption style="position:absolute; top:100px;">xxxx</caption>
<tbody><tr><td style="border:solid 4px orange; height:30px"></td></tr>
</tbody></table>
</body></html>