<table>
<thead>
<tr>
<td>Name</td>
<td>Some hard to select id</td>
<td>Long text</td>
</tr>
</thead>
<tbody>
<tr>
<td>
Dag
</td>
<td>
sdfshdf$s6sdf%766d#6d7dg
</td>
<td>
Danish chupa chups gummies pie. Cake pudding bear claw sugar plum bear
claw chocolate cupcake I love. Caramels marzipan caramels cake
liquorice.
</td>
</tr>
<tr>
<td>
Cupcake
</td>
<td>
3ff3&s6ddfd#dg%dfdf
</td>
<td>
Danish chupa chups gummies pie. Cake pudding bear claw sugar plum bear
claw chocolate cupcake I love. Caramels marzipan caramels cake
liquorice.
</td>
</tr>
</tbody>
</table>
/*example styling*/
table{
border-collapse:collapse;
}
td{
border:1px solid black;
padding:5px;
}
This Pen doesn't use any external CSS resources.
This Pen doesn't use any external JavaScript resources.