<!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 above the orange rectangle. It should be the same width as the orange rectangle.--> | |
<table style="border-collapse:collapse; font: 12px Ahem;"><caption style="position:relative;">xxxx</caption> | |
<tbody><tr><td style="border:solid 4px orange; height:30px"></td></tr> | |
</tbody></table> | |
</body></html> |