blob: 814f339dce7090413fc26ac7447fd251ea468d90 [file] [log] [blame]
<!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: 50px; height: 10px; background:green;"></span>
</td>
<td>
<span style="display: inline-block; width: 50px; height: 10px; background:green;"></span>
</td>
</tr>
</table>
</body>
</html>