<body>
<table align="center" border="1" width="30%">
<caption>Employee Info</caption>
<tr>
<th>Emp ID</th>
<th>Emp Name</th>
</tr>
<tr>
<td>1001</td>
<td>Thierry Henry</td>
</tr>
<tr>
<td>1002</td>
<td>Cesc Fabregas</td>
</tr>
<tr>
<td>1003</td>
<td>Jack Wilshere</td>
</tr>
</table>
</body>
caption
{
font-family:comic sans ms;
color:green;
font-weight:bold;
}