<table style="border: thin solid coral">
<thead>
<td> your data row header column 1</td>
<td> your data row header column 2</td>
<td> your data row header column 3</td>
</thead>
<tr>
<td> your data row row 2 column 1</td>
<td> your data row row 2 column 2</td>
<td> your data row row 2 column 3</td>
</tr>
<tr>
<td> your data row row 3 column 1</td>
<td> your data row row 3 column 2</td>
<td> your data row row 3 column 3</td>
</tr>
</table>