You are on page 1of 2

Q1. Design a web page which has a table as following.

SOURCE:
<html>
<head>
<h3 align="right">HUSEIN HATHIYARI <br>
FY BMS 'A' <br>
140 <br>
</h3>
<hr/>
<h1 align="center">
<b> TABLE </b>
</h1>
</head>
<body bgcolor="indigo">
<hr/>
<table align="center" border="5" height="150" width="350">
<caption align="center"><b><u><font size="5">Students-Info</font></capti
on>
<tr align="center" bgcolor="White">
<th><b>Name</b></td>
<th><b>Roll-No</b></td>
<th><b>Class</b></td>
</tr>
<tr align="center" bgcolor="Grey">
<td>Amar</td>
<td>100</td>
<td>B.Com. - A</td>
</tr>
<tr align="center" bgcolor="Grey">
<td>Akbar</td>
<td>200</td>
<td>B.Com. - B</td>
</tr>
<tr align="center" bgcolor="Grey">
<td>Anthony</td>
<td>300</td>
<td>B.Com. - C</td>
</tr>
</table>
<br><br><br><br><br><br>
<br><br><br><br><br><br>
<hr/>
</body>
</html>

You might also like