<html>
<head>
some code here
</head>
<body>
<table border="5" bgcolor="red" bordercolor="green">
<tr>
<td>
i
</td>
<td>
i
</td>
</tr>
<tr>
<td>
i
</td>
<td>
i
</td>
</tr>
</table>
</body>
</html>
Will show like this:
i
i
i
i