Chapter 10
Table Without Borders
Example :9
<html>
<body>
<h4>This table has no borders:</h4>
<table>
<tr>
<td>100</td>
<td>200</td>
<td>300</td>
</tr>
<tr>
<td>400</td>
<td>500</td>
<td>600</td>
</tr>
</table>
</body>
</html>
Output is:
This table has no borders:
100 | 200 | 300 |
400 | 500 | 600 |
No comments:
Post a Comment