<html>
<head>
<title>Listing</title>
</head>
<body>
<center>
<table border="1" width="50%" align="center">
<tr>
<th rowspan="2">Name</th>
<th colspan="3">Marks</th>
</tr>
<tr>
<th>HTML</th>
<th>Visual</th>
<th>Developer 2,000</th>
</tr>
<tr>
<td>shilpa</td>
<td>25</td>
<td>45</td>
<td>30</td>
</tr>
<tr>
<td>Vaishali</td>
<td>26</td>
<td>30</td>
<td>40</td>
</tr>
<caption align="bottom"><br><br><b>Marksheet</b></caption>
</table>
</center>
</body>
</html>