table
Table tag
table tag - html
merge table cells [1]
1) colspan attribute
colspan attribute <table>
<tr>
<td colspan="2"> </td>
<td> </td>
</tr>
<tr>
<td> </td>
<td> </td>
<td> </td>
</tr>
</table>2) rowspan attribute
rowspan attributerowspan=0
rowspan=0References
Last updated