<table border="1">
<tr>
<td>1st row, 1st cell</td>
<td>1st row, 2nd cell</td>
</tr>
<tr>
<td>2nd row, 1st cell</td>
<td>2nd row, 2nd cell</td>
</tr>
</table>
<tr>
<td>1st row, 1st cell</td>
<td>1st row, 2nd cell</td>
</tr>
<tr>
<td>2nd row, 1st cell</td>
<td>2nd row, 2nd cell</td>
</tr>
</table>
The codes above will produce this table below :
1st row, 1st cell | 1st row, 2nd cell |
2nd row, 1st cell | 2nd row, 2nd cell |
0 comments:
Post a Comment