<html>
<body>
<table border="13">
<tr>
<td>
<p>This is Paragraph</p>
<p>This is another Paragraph</p>
</td>
<td>This cell contains a table:
<table border="4">
<tr>
<td>All</td>
<td>is</td>
</tr>
<tr>
<td>well</td>
<td>Dear</td>
</tr>
</table>
</td>
</tr>
<tr>
<td>This cell contains a list
<ul>
<li>CSE</li>
<li>IT</li>
<li>ECE</li>
</ul>
</td>
<td>
Good Morning India
</td>
</tr>
</table>
</body>
</html>
(Visited 91 times, 1 visits today)