<html>
<head>
<style type="text/css">
table,table td {
border: thin solid black;
border-collapse: collapse;
}
table td {
padding: 20px;
}
</style>
</head>
<body>
<table>
<tr>
<td>111</td>
<td>222</td>
</tr>
<tr>
<td>111</td>
<td>222</td>
</tr>
</table>
</body>
</html>