Online Learning Applications for Technical English     Home   |   Assignments   |   Instructor



Snapshot 2

HTML source for the bar graph homepage says the "70 and over" line should have a bar of HEIGHT=10 and non-zero width:


<HTML>
<HEAD>
</HEAD>
<BODY>
<FONT FACE="Arial, Helvetica">

<A HREF="/pauline/course/aip4/SUGSI/aip4.html"><H2>Online Learning Applications</H2></A>

<P>

<FONT SIZE=-1>The age range information of AIP4 students:</FONT>
<TABLE>
<!-- Indentation table -->
  <TR>
    <TD WIDTH=5></TD>
    <TD>
<TABLE BORDER=1>
<!-- Answer box border -->
  <TR>
    <TD>
<TABLE CELLSPACING=0>
<!-- Answer box -->
  <TR BGCOLOR=LIGHTBLUE>
    <TD ALIGN=RIGHT WIDTH=90><FONT SIZE=-1>Under 10</FONT></TD>
    <TD WIDTH=10></TD>
    <TD WIDTH=250><IMG SRC="./images/blue_block.gif" HEIGHT=10 
WIDTH=0> 
<FONT SIZE=-1>0.0%</FONT></TD>
    <TD ALIGN=RIGHT><FONT SIZE=-1>0</FONT></TD>
  </TR>
             .
             .
             .
  <TR BGCOLOR=LIGHTBLUE>
    <TD ALIGN=RIGHT><FONT SIZE=-1>70 and over</FONT></TD>
    <TD></TD>
    <TD><IMG SRC="./images/blue_block.gif" HEIGHT=10 WIDTH=7.40740740740741>
<FONT SIZE=-1>3.7%</FONT></TD>
    <TD ALIGN=RIGHT><FONT SIZE=-1>1</FONT></TD>
  </TR>
<!-- End of answer box table -->
</TABLE>
    </TD>
  </TR>
<!-- End of answer box border table -->
</TABLE>
    </TD>
  </TR>
<!-- End of indentation table -->
</TABLE> 

</FONT>

</BODY>
</HTML>

[ Back ]