Sei sulla pagina 1di 1

<html>

<head>
<title>table in html</title>
<h1><font color="green" size="2"></h1>
<h2>table</hi>
<body bgcolor="silver">
<table border="2">
<tr>
<th <font color="green">maths</th>
<th>science</th>
<th>geography</th>
</tr>
<tr>
<td rowspan="3">shubham</td>
<td>vikas</td>
<td>ankit</td>
</tr>
<tr>
<td>xyz</td>
<td>Row 3</td>
<td>Row 3</td>
</tr>
<tr>
<td>Row 4</td>
<td>Row 4</td>
<td>Row 4</td>
</tr>
</table>
</body>
</head>
</html>

Potrebbero piacerti anche