blob: 013c37972c68d297293d4cad466e57579afd37df [file] [log] [blame]
<html>
<head>
<style>
table { background-color: lightblue; height: 100px; }
td { width: 100px; height: 50px; }
div#target { height: 25px; width: 50px; background-color: lightgreen; }
</style>
</head>
<body>
<table>
<tr>
<td>
<div id="target"></div>
</td>
</tr>
</table>
</body>
</html>