Here is the answer for question number 2 which was taken from the activity given to you.
<TABLE BORDER=”1″ CELLSPACING=0 CELLPADDING=5 RULES=”GROUPS”>
<THEAD>
<TR><TD COLSPAN=2 ROWSPAN=2></TD>
<TH COLSPAN=2 ALIGN=CENTER>Preference</TH></TR>
<TR><TH>Eating Kumquats</TH>
<TH>Poke In The Eye</TH></TR>
</THEAD>
<TBODY>
<TR ALIGN=CENTER>
<TH ROWSPAN=2>Gender</TH>
<TH>Male</TH>
<TD>73%</TD>
<TD>27%</TD></TR>
<TR ALIGN=CENTER>
<TH>Female</TH>
<TD>16%</TD>
<TD>84%</TD></TR>
</TBODY>
<TFOOT>
<TR>
<TD COLSPAN=4 ALIGN=CENTER>Note: eye pokes did not result in permanent injury</TD></TR>
</TFOOT>
<CAPTION ALIGN=BOTTOM>Kumquat versus a poked eye, by gender</CAPTION>
</TABLE>

answer no 2