<table>
<tbody>
<tr>
<td style="vertical-align: baseline;">baseline</td>
<td style="vertical-align: top;">top</td>
<td style="vertical-align: middle;">middle</td>
<td style="vertical-align: bottom;">bottom</td>
</tr>
</tbody>
</table>
table {
font-family: monospace;
font-size: 17px;
color: #222;
text-align: center;
}
td {
height: 150px;
width: 125px;
}
table,
td {
border: 2px solid #666;
}
This Pen doesn't use any external CSS resources.
This Pen doesn't use any external JavaScript resources.