Sales Chart
|
Mars
|
Venus
|
Produced
|
Sold
|
Produced
|
Sold
|
Teddy Bears
|
50,000
|
30,000
|
100,000
|
80,000
|
Board Games
|
10,000
|
5,000
|
12,000
|
9,000
|
<table class="aoda-table">
<caption>Sales Chart</caption>
<colgroup>
<col>
</colgroup>
<colgroup span="2"></colgroup>
<colgroup span="2"></colgroup>
<tbody>
<tr>
<td rowspan="2"> </td>
<th colspan="2" scope="colgroup">Mars</th>
<th colspan="2" scope="colgroup">Venus</th>
</tr>
<tr>
<th scope="col">Produced</th>
<th scope="col">Sold</th>
<th scope="col">Produced</th>
<th scope="col">Sold</th>
</tr>
<tr>
<th scope="row">Teddy Bears</th>
<td>50,000</td>
<td>30,000</td>
<td>100,000</td>
<td>80,000</td>
</tr>
<tr>
<th scope="row">Board Games</th>
<td>10,000</td>
<td>5,000</td>
<td>12,000</td>
<td>9,000</td>
</tr>
</tbody>
</table>