HTML and CSS Reference
In-Depth Information
rowspan=" number
number "
Specifies the number of rows spanned by the current cell. The default value is 1.
Example
<table>
<tr>
<td colspan="2"> Cell 1 </td>
</tr>
<tr>
<td> Cell 3 </td><td> Cell 4 </td>
</tr>
</table>
Search WWH ::




Custom Search