<table id='table'
style="border-style: solid; border-color: inherit; border-width: 5px; border-collapse: ; height: 133px; width: 793px;" border='1' >
<tr>
<th>Id</th>
<th >Name</th>
</tr>
<tr>
<td> 1</td>
<td > sinthu</td>
</tr>
<tr>
<td>2</td>
<td >susi</td>
<td >Kavya</td>
<td >sunila</td>
</tr>
<tr>
<td>3</td>
<td>abitha</td>
<td>kavi</td>
</tr>
</table>
this is Simple Html table... Borders will come only the Td if one tr had 3 td another tr have 2 td means remaining 1 empty td dont have border How to do that?
Go to the complete details ...