Forum : HTML
Brief description  about Online courses   join in Online courses
View Vipin Tukaram Hole 's Profile

HTML

How to create nesting in tables..
Asked by Vipin Tukaram Hole | Apr 14, 2010 |  Reply now
Replies (2)
View sriaruna chandrasekaran 's Profile
<html><table border=5 cellpadding=10 >
<tr>
<td>degree</td>
<td><table border=5 cellpadding=10 >
<tr><td>ug</td>
<td>pg</td></tr>
</table></td>
</tr>
</table>
</html>
Apr 18, 2010
View teacher siliconindia 's Profile

<!--1 table-->
<table width="800" border="0" cellpadding="0" cellspacing="10" bgcolor="#006600">
<tr>
<td>


<!--2 table-->
<table width="800" border="0" cellspacing="0" cellpadding="0">
<tr>
<td bgcolor="#CCCCCC">2 Table</td>
</tr>
</table>

<!--table-->



</td>
</tr>
</table>

<!--1 table-->



Try this code, hope this will solve problem

Regards
Apr 15, 2010