<!DOCTYPE html>
<style>
table {
border: 1px solid black;
border-collapse: collapse;
}
td {
</style>
<table>
<tr></tr>
<tr>
<td>td</td>
</tr>
</table>