<table border="1" height="100" bordercolor= "DarkOliveGreen">
<caption>What veggies are in season?</caption>
<tr>
<th>Vegetable</th>
<td>sprouts</td>
<td>cauliflower</td>
<td>asparagus</td>
<td rowspan="2"> In the summer, we like to eat cherries.</td>
</tr>
<tr>
<th>Month</th>
<td>March</td>
<td>April</td>
<td>May</td>
</tr>
</table>
This Pen doesn't use any external CSS resources.
This Pen doesn't use any external JavaScript resources.