xxxxxxxxxx
<style>
table {
border-collapse: separate;
border-spacing: 10px; /* Adjust the value as per your requirement */
}
td {
padding: 5px; /* Add padding as needed */
}
</style>
<table>
<tr>
<td>Cell 1</td>
<td>Cell 2</td>
<td>Cell 3</td>
</tr>
<tr>
<td>Cell 4</td>
<td>Cell 5</td>
<td>Cell 6</td>
</tr>
</table>