<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge,Chrome=1" />
<style>
table{
border-collapse: collapse;
width:500px;
text-align:center;
}
table tr td:first-child{height:30px;border:1px solid gray}
</style>
</head>
<body>
<table border="1" cellpadding="0" cellspacing="0" bordercolor="#C0C0C0">
<tr>
<td>213</td>
<td>321</td>
</tr>
<tr>
<td>213</td>
<td>321</td>
</tr>
<tr>
<td>213</td>
<td>321</td>
</tr>
</table>
</body>
</html>