<style>
table, th, td {
border:1px solid black;
}
</style>
<body>
<table style="width:100%">
<tr>
<th>HỌ VÀ TÊN</th>
<th>NĂM SINH</th>
<th>QUÊ QUÁN</th>
</tr>
<tr>
<td>NGUYỄN VĂN A</td>
<td>2002</td>
<td>Hà Nội</td>
</tr>
<tr>
<td>NGUYỄN VĂN B</td>
<td>1999</td>
<td>Quảng Ninh</td>
</tr>
</table>
This Pen doesn't use any external CSS resources.
This Pen doesn't use any external JavaScript resources.