<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Baseline vs. Bottom</title>
<style>td {border:1px solid red;}</style>
</head>
<body>
<table>
<tr><td>bottom > </td><td valign="bottom" style="font-size:54px;">Ihypress</td><td valign="bottom" style="font-size:16px;">.de</td></tr>
<tr><td>baseline > </td><td valign="baseline" style="font-size:54px;">Ihypress</td><td valign="baseline" style="font-size:16px;">.de</td></tr>
</table>
</body></html>