blob: d0e58b401418f703e449592779f7d59227d66628 [file] [log] [blame]
<html>
<head>
<link href="../generic.css" rel="stylesheet"/>
</head>
<body>
<table id="item1" style="width: 100%">
<tbody>
<tr>
<td>One</td>
<td style="background-color: silver">Two</td>
<td style="background-color: silver">Three</td>
<td style="background-color: silver">[Four</td>
<td>Five</td>
</tr>
<tr>
<td>Six</td>
<td style="background-color: silver">Seven</td>
<td style="background-color: silver">Eight</td>
<td style="background-color: silver">Nine</td>
<td>Ten</td>
</tr>
<tr>
<td>Eleven</td>
<td style="background-color: silver">Twelve</td>
<td style="background-color: silver">Thirteen</td>
<td style="background-color: silver">Fourteen</td>
<td>Fifteen</td>
</tr>
<tr>
<td>Sixteen</td>
<td style="background-color: silver">Seventeen</td>
<td style="background-color: silver">Eighteen</td>
<td style="background-color: silver">Nineteen</td>
<td>Twenty</td>
</tr>
<tr>
<td>Twenty one</td>
<td style="background-color: silver">Twenty two]</td>
<td style="background-color: silver">Twenty three</td>
<td style="background-color: silver">Twenty four</td>
<td>Twenty five</td>
</tr>
</tbody>
</table>
</body>
</html>