<table>
<tr>
<th>Heading 1</th>
<th>Heading 2</th>
<th>Heading 3</th>
</tr>
<tr>
<td>content 1</td>
<td>content 2</td>
<td>content 3</td>
</tr>
</table>
xxxxxxxxxx
table tr{
border:4px solid black;
border-collapse: separate;
background-color: aquamarine;
width: 200px;
}
td
{
background-color: #b198c7;
}
This Pen doesn't use any external CSS resources.
This Pen doesn't use any external JavaScript resources.