<table>
<tr>- it is Table Row
<td>-it is Table Data
It is a Code:
Its is a One Row with Border
<table border="1"><tbody>
<tr> <td>Sample Text</td> </tr>
</tbody></table>
It is Row with no Border
<table border="0"><tbody>
<tr> <td>Sample Text</td> </tr></tbody></table>
It is a column with no border
<table border="0"><tbody>
<tr> <td>Table 1</td> <td>table 2</td> </tr>
</tbody></table>
It is Called Column with border
<table border="1"><tbody>
<tr> <td>Table 1</td> <td>table 2</td> </tr>
</tbody></table>
This is The Result:
Sample Text |
Table 1 |
Table 2 |
Table 1 | table 2 |
Table 1 | table 2 |
Sample text2
Sample Text |
No comments:
Post a Comment