0% found this document useful (0 votes)
3 views2 pages

Student Grades Table Display

Uploaded by

siyona.g.b
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
3 views2 pages

Student Grades Table Display

Uploaded by

siyona.g.b
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd

<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>

You might also like