x
1
2
<html>
3
<head>
4
<meta charset="utf-8">
5
<style>
6
table,
7
td,
8
th {
9
border: 1px solid black;
10
}
11
12
td {
13
height: 50px;
14
vertical-align: bottom;
15
}
16
</style>
17
</head>
18
19
<body>
20
<table>
21
<tr>
22
<th>Firstname</th>
23
<th>Lastname</th>
24
<th>Savings</th>