blob: aec26842c0f5fcbbbfab8fe246302a3bc915e5b9 [file] [log] [blame] [edit]
<!doctype html>
<html>
<head>
<style type="text/css">
td {
border: 1px solid black;
}
</style>
</head>
<body>
<table>
<tr>
<td>
<span style="display: inline-block; width: 50px; height: 10px; background:green;"></span>
</td>
<td>
<span style="display: inline-block; width: 100px; height: 10px; background:green;"></span>
</td>
<td>
<span style="display: inline-block; width: 10px; height: 10px; background:green;"></span>
</td>
</tr>
</table>
</body>
</html>