<table border="1" cellpadding="5" cellspacing= 10>
<caption>What veggies are in season?</caption>
<tr>
<th>Vegetable</th>
<td>sprouts</td>
<td>cauliflower</td>
<td>asparagus</td>
<td>salad</td>
</tr>
<tr>
<th>Month</th>
<td>March</td>
<td>April</td>
<td>May</td>
<td>June</td>
</tr>
</table>
This Pen doesn't use any external CSS resources.
This Pen doesn't use any external JavaScript resources.