How do I create a table?

Website Design hints and codes
Post Reply
admin
Site Admin
Posts: 37
Joined: Sat Sep 24, 2016 3:19 pm

How do I create a table?

Post by admin »

<table border="" cellpadding="" cellspacing=""bordercolor="" width="?">
<TR><TD width="? %">< /TD><TD width="? %">
< /TD></TR>
<TR><TD width="? %">
< /TD><TD width="? %">
< /TD>
</TR>
</table>

This is a code for creating a table, the <tr> is for rolls and <td> is for the cells. "?" is for the size of the cells and for the table, for no boarder it's empty ,1 is for border.
Rogers Software
Post Reply