Test II: Table Captions

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


This is a Table Caption

cell

cell

cell

cell


<TABLE>
<CAPTION>
<TR>
<TD>
<TD>
<TR>
<TD>
<TD>
</TABLE>


<CAPTION>
<TABLE>
<TR>
<TD>
<TD>
<TR>
<TD>
<TD>
</TABLE>


<CAPTION>
</CAPTION>
<TABLE>
<TR>
<TD>
<TD>
<TR>
<TD>
<TD>
</TABLE>


<TABLE>
<CAPTION>
</CAPTION>
<TR>
<TD>
<TD>
<TR>
<TD>
<TD>
</TABLE>