<table>
<caption>MLW Alumni</caption>
<thead>
<tr>
<th>Name</th>
<th>Destiny</th>
<th>Year</th>
</tr>
</thead>
<tbody>
<tr>
<th>Hal Gibrah</th>
<td>Calculator</td>
<td>2020</td>
</tr>
<tr>
<th>Cathy Terr</th>
<td>Waste disposal</td>
<td>2018</td>
</tr>
<tr>
<th>Lou Minious</th>
<td>Lightbulb</td>
<td>1956</td>
</tr>
</tbody>
</table>
table,
tr > * {
border: 1px solid;
}
This Pen doesn't use any external CSS resources.
This Pen doesn't use any external JavaScript resources.