<table class="c-tbl">
<thead>
<tr>
<th>Name</th>
<th>Known As</th>
<th>Year</th>
</tr>
</thead>
<tbody>
<tr>
<td>Bruce Wayne</td>
<td>Batman</td>
<td>1939</td>
</tr>
<tr>
<td>Clark Kent</td>
<td>Superman</td>
<td>1938</td>
</tr>
<tr>
<td>Tony Stark</td>
<td>Iron Man</td>
<td>1963</td>
</tr>
<tr>
<td>Peter Parker</td>
<td>Spider-Man</td>
<td>1962</td>
</tr>
<tr>
<td>Matt Murdock</td>
<td>Daredevil</td>
<td>1964</td>
</tr>
</tbody>
</table>
This Pen doesn't use any external CSS resources.
This Pen doesn't use any external JavaScript resources.