Here is the answer to the latest quiz for I – BSICT.
1.

for question # 1
<TABLE CELLPADDING=”2″ ALIGN=”center” WIDTH=”80%” border=”1″
style=”border:#000000 thin solid”>
<TR VALIGN=”top”>
<TH COLSPAN=”4″>Table Heading Cell Spanning 4 Columns</TH>
</TR>
<TR VALIGN=”top”>
<TD WIDTH=”25%”>Normal cell</TD>
<TD COLSPAN=”2″>Cell spanning 2 columns</TD>
<TD WIDTH=”25%”>Normal cell</TD>
</TR>
<TR VALIGN=”top”>
<TD ROWSPAN=”3″ BGCOLOR=”gray”>Cell spanning 3 rows with a gray (US spelling) background</TD>
<TD WIDTH=”25%”>Normal cell</TD>
<TD WIDTH=”25%”>Normal cell</TD>
<TD>Normal cell</TD>
</TR>
<TR VALIGN=”top”>
<TD>Normal cell</TD>
<TD COLSPAN=”2″ ROWSPAN=”2″>Cell spanning 2 rows and 2 columns</TD>
</TR>
<TR VALIGN=”top”>
<TD>Normal cell</TD>
</TR>
<caption align=”bottom”><b>Table Style and Formatting</b></caption>
</TABLE>