Retirer le tableau des bordures CSS
<table cellspacing="0" cellpadding="0">
Victorious Vicuña
<table cellspacing="0" cellpadding="0">
table {border: none;}
<table border=0>
<head>
<th>ID</th>
<th>Name</th>
</head>
<tbody>
<tr>
<td>1</td>
<td>Jane Doe</td>
</tr>
</tbody>
</table>