Viisiter

Tuesday, 11 October 2016

Simle colrful table

<table border="5" bordercolor="blue" bgcolor="gray">
<tr>
<th>Column 1</th>
<th>Column 2</th>
<th>Column 3</th>
</tr>
<tr><td rowspan="2">Row 1 Cell 1</td>
<td bgcolor="red">Row 1 Cell 1</td><td>Row 1 Cell 3</td></tr>
<tr><td>Row 2 Cell 2</td><td>Row 2 Cell 3</td></tr>
<tr><td rowspan="3">Row 1 Cell 1</td>
<td bgcolor="red">Row 2 Cell 1</td><td bgcolor="red">Row 2 Cell 4</td></tr>
<td bgcolor="red">Row 2Cell 2</td><td bgcolor="red">Row 2Cell 5</td></tr><tr><td>Row 2 Cell 3</td><td>Row 2 Cell 6</td></tr><tr><td colspan="3">Row 3 Cell 1</td></tr>
</table>

0 comments:

Post a Comment