<table border="1" height="100" bordercolor= "DarkOliveGreen" bgcolor="GreenYellow" cellpadding="10">
<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>Season</th>
<td colspan="3">spring</td>
</tr>
</table>
This Pen doesn't use any external CSS resources.
This Pen doesn't use any external JavaScript resources.