Table Rowspans are similar to Colspans except that they merge two table rows instead.
<table border="1">
<tr>
<td rowspan="2">This expands into the second row</td>
<td>Column 2</td>
<td>Column 3</td>
</tr>
<tr>
<td>Column 2</td>
<td>Column 3</td>
</tr>
</table>
Tables with Colspan and Rowspan can be very difficult to wrap your head around. Keep playing with the examples from the last few steps. Create your own custom tables with both Colspan and Rowspans.
Tutorial URL
https://stepbystephtml.com/tutorial/15/html-beginner-tutorial
HTML Link
This website and it's tutorials are only made possible with your support. Support money goes towards keeping our servers online.
Spread the word! Let people know about our tutorials by placing links on blogs, websites, forums and other places.
HTML Link