How to put tables on your html
4 posters
Page 1 of 1
How to put tables on your html
- Code:
<table border="4" cellpadding="2" cellspacing="2" width="100%">
<tr>
<td>Column 1</td>
<td>Column 2</td>
</tr>
</table>
<table border="2" bordercolor="#336699" cellpadding="2" cellspacing="2" width="100%">
<tr>
<td>Column 1</td>
<td>Column 2</td>
</tr>
</table>
<table cellpadding="2" cellspacing="2" width="100%">
<tr>
<td bgcolor="#cccccc">Column 1</td>
<td bgcolor="#cccccc">Column 2</td>
</tr>
<tr>
<td>Row 2</td>
<td>Row 2</td>
</tr>
</table>
Column 1 | Column 2 |
Column 1 | Column 2 |
Example 3:
Column 1 | Column 2 |
Row 2 | Row 2 |
Re: How to put tables on your html
thnx for sharing paul
[DYOSZA]BEBOT- MOD
- Posts : 227
Reputation : 172
Join date : 2009-05-26
Age : 34
Location : DOHA QATAR
[DYOSZA]gane- MOD
- Posts : 221
Reputation : 122
Join date : 2009-05-26
Age : 27
Location : Baguio City, Philippines
Similar topics
» How to Put meta on your HTML
» INTRODUCTION OF HTML
» HTML colors
» HTML Image
» How to put welcome alert in ur html:D
» INTRODUCTION OF HTML
» HTML colors
» HTML Image
» How to put welcome alert in ur html:D
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum