<html>
<head>
<title>Table</title>
</head>
<body bgcolor="beige">
<table border="2" width="500" height="500" align="center" bgcolor="pink"
bordercolor="yellow">
<tr bgcolor="lightsalmon">
<th> [Link] </th>
<th> name </th>
<th> Grade </th>
</tr>
<tr>
<th bgcolor="lightsalmon"> 1 </th>
<th> Siyona </th>
<th> 10 </th>
</tr>
<tr>
<th bgcolor="lightsalmon"> 2 </th>
<th> Vidhya </th>
<th> 7 </th>
</tr>
<tr>
<th bgcolor="lightsalmon"> 3 </th>
<th> tom </th>
<th> 8 </th>
</tr>
<tr>
<th bgcolor="lightsalmon"> 4 </th>
<th> Ron </th>
<th> 9 </th>
</tr>
</table>
</body>
</html>