Test III: Table Data Cell rowspan & colspan

Click on the correct set of tags that define a table structure similar to the following:

cell cell
cell
cell cell

<TABLE>
<TR>
<TD>
<TD>
<TR>
<TD colspan="2">
<TR>
<TD>
<TD>
</TABLE>


<TABLE>
<TR>
<TD>
<TD>
<TR>
<TD rowspan="2">
<TR>
<TD>
<TD>
</TABLE>


<TABLE>
<TR>
<TD>
<TD>
<TR rowspan="2">
<TD>
<TR>
<TD>
<TD>
</TABLE>


<TABLE>
<TR>
<TD>
<TD>
<TR colspan="2">
<TD>
<TR>
<TD>
<TD>
</TABLE>

 

 

 

 

 

 

 

 

 

 

Copyright © 2001 Michael J. Doyle
All Rights Reserved.

Designed & Developed by Mike Doyle
using Macromedia Dreamweaver & CourseBuilder

See Mike's Training Schedule for
HTML, Dreamweaver, & CourseBuilder Courses


Email Mike Doyle