Download as txt, pdf, or txt
Download as txt, pdf, or txt
You are on page 1of 1

<html>

<head><title> Example of colspan and rowspan <title>


</head>
<body bgcolor="pink">

<table border="1" align="right", Width="90%", bgcolor="yellow" Cell padding="8"


Cell spacing="6">
<caption><h2> Student Details </h2></caption>
<th colspan="3"> Student Name <br> With <br> Date of birth <br> and <br> Address
</th>
<tr><td align="center"> Sumit </td>
<td> 15-01-1985 </td><td align="center"> Flat Number 30 </td></tr>
</table>
<table Border ="2" align="center", Width="80%", Height="82%", bgcolor="skyblue"
cell padding="8" Cell spacing="6">
<caption><h2>Student Details</h2></caption>
<th rolspan="3"> Student Name <br> with <br> Date of Birth<br> and <br>
Address</th>
<tr><td>Sahil</td>
<td>23-1-2002</td>
<td>Flat Number 55</td></tr>
<tr><td>Neetu</td>
<td>13-04-2002</td>
<td>Jawa Park</td></tr>
<tr><td>Anita</td>
<td>22-09-2003</td>
<td>Saket</td></tr>
<tr><td>Manu</td>
<td>09-08-2001</td>
<td>Vaishali</td></tr>
</body>
</html>

You might also like