EmployeeDivisionSalaryBonus
John SmithMarketing1300$100$
John SmithMarketing1300$100$
John SmithMarketing1300$100$
<table>
<thead>
<tr>
<th>Column 1 heading</th>
<th>Column 2 heading</th>
<th>Column 3 heading</th>
<th>Column 4 heading</th>
</tr>
</thead>
<tbody>
<tr>
<td>Row 1 col 1 content</td>
<td>Row 1 col 2 content</td>
<td>Row 1 col 3 content</td>
<td>Row 1 col 4 content</td>
</tr>
<tr>
<td>Row 2 col 1 content</td>
<td>Row 2 col 2 content</td>
<td>Row 2 col 3 content</td>
<td>Row 2 col 4 content</td>
</tr>
</tbody>
</table>