Source Code: (back to article)
<!DOCTYPE html>
<html>
<head>
<style>
table,
table th,
td {
border: 1px solid #cccccc;
border-collapse: collapse;
}
th,
td {
height: 80px;
width: 160px;
padding: 5px 10px;
vertical-align: middle;
}
th {
text-align: right;
}
td {
text-align: center;
}
</style>
</head>
<body>
<table>
<thead>
<tr>
<th>Heading</th>
<th>Heading</th>
</tr>
</thead>
<tbody>
<tr>
<td>Text</td>