Latest All
Translate Language
Wednesday, 22 February 2012
Creating tables
<html>
<body>
<h4>One column:</h4>
<table border="2">
<tr>
<td>101</td>
</tr>
</table>
<h4>1 row 3 columns</h4>
<table border="2">
<tr>
<td>101</td>
<td>102</td>
<td>103</td>
</tr>
</table>
</table>
</body>
</html>
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment