learn about tables rowspan and colspan

</head>

<body>

<table border="0" cellpadding="2" cellspacing="2" width="100%">


<tr>
<td width="33%">1</td>
<td colspan="2">

</td>
</tr>

<tr>

<td rowspan="2">2</td>
<td>1</td>
<td>1</td>
</tr>

<tr>
<td>1</td>
<td>2</td>

</tr>


</table>


</body>
</html>
learn about tables rowspan and colspan, example of rowspan, example of colspan, example of table in the html, example of table in php

Comments

Popular posts from this blog

Opencart error: Notice: Trying to access array offset on value of type null in ..../vendor/scss.inc.php on line 1753

Creating Class Templates

Fixed: Opencart installation error linux: warning: fopen(system/storage) failed to open stream: Permission denied