<table>
<thead>
<tr>
<th colspan="2">Student Details</th>
</tr>
</thead>
<tbody>
<tr>
<th>Name</th>
<td>alen</td>
</tr>
<tr>
<th>Phone</th>
<td>+91 9560403XXX</td>
</tr>
</tbody>
</table>
table {
width: 80%;
margin: 0 auto;
border-collapse: collapse;
}
th,
td {
padding: 0.5rem 1rem;
}
table,
th,
td {
text-align: center;
border: 1px solid black;
}
This Pen doesn't use any external CSS resources.
This Pen doesn't use any external JavaScript resources.