Q1

CODE

<html>
<head>
<title></title>
</head>
<body>
<table border=1 cellspacing=5 width=400px height=200px>
<tr>
<th>colmu 1</th>
<th>colmu 2</th>
<th>colmu 3</th>
</tr>
<tr>
<th rowspan=2>Row 1 Cell 1</th>
<th>Row 1 Cell 2</th>
<th>Row 1 Cell 3</th>
</tr>
<tr>
<th>Row 2 Cell 2</th>
<th>Row 2 Cell 3</th>
</tr>
<tr>
<th colspan=3 align=left>Row 3 Cell 1</th>
</tr>
</table>
</body>
</html>

1 comment: