Thread
:
How to create tables in HTML?
View Single Post
03-23-2012, 05:58 AM
#
10
sam051
Registered User
Join Date: Feb 2012
Posts: 128
<table border="1" height=40% width=40%>
<tr>
<td>row1, cell1</td>
<td>row1,cell2</td>
</tr>
<tr>
<td>row2, cell1</td>
<td>row2,cell2</td>
</tr>
</table>
This is the simple way of making table in HTML.
sam051
View Public Profile
Find More Posts by sam051