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