Site hosted by Angelfire.com: Build your free website today!

rowspan source code


this is the html source code for the example table on the previous page
how did you do?


left top top middle right top
center right bottom
left bottom bottom middle
bottom table row
<TABLE border="1">
<TR>
<TD ROWSPAN="2">left top</TD>
<TD>top middle</TD>
<TD>right top</TD>
</TR>

<TR>
<TD>center</TD>
<TD ROWSPAN="2">right bottom</TD>
</TR>

<TR>
<TD>left bottom</TD>
<TD>bottom middle</TD>
</TR>

<TR>
<TD COLSPAN="3">bottom table row</TD>
</TR>
</TABLE>

« back to rowspan

html tutorial css tutorial javascript webmaster articles link exchange