<table border=”1″>
<tbody><tr>
<td>First Row , First Column</td>
<td>First Row , Second Column</td>
</tr>
<tr>
<td>Second Row , First Column</td>
<td>Second Row , Second Column</td>
</tr>
</tbody>
</table>
<table border=”1″>
<tr>
<th width=”98″>Country</th>
<th width=”122″>Capital</th>
</tr>
<tr>
<td>Bangladesh</td>
<td>Dhaka</td>
</tr>
<tr>
<td>India</td>
<td>Dilli</td>
</tr>
</table>
<tr>
<th width=”98″>Country</th>
<th width=”122″>Capital</th>
</tr>
<tr>
<td>Bangladesh</td>
<td>Dhaka</td>
</tr>
<tr>
<td>India</td>
<td>Dilli</td>
</tr>
</table>




You can create a table using this code.
ReplyDelete