Table with Caption:

Table Caption - 263 Syllabus
Week: Topic Text/Assig.
6/29 – 7/1 Background of WWW Ch. 25-28
7/6-7/8 Performance issues  

The <caption> tag follows the <table.. tag before the first  <tr> row tag.  Table Produced by HTML Code:

<table BORDER="1">
<caption>Table Caption - 263 Syllabus</caption>
<tr>
      <th>Week:</th>
      <th>Topic</th>
      <th>Text/Assig.</th>
</tr>

<tr>
      <td>6/29 &#150; 7/1</td>
      <td>Background of WWW</td>
      <td>Ch. 25-28</td>
</tr>

<tr>
     <td>7/6-7/8</td>
     <td>Performance issues</td>
     <td>&nbsp;</td>
</tr>
</table>

 

       

Last updated on 03/05/2007 by L.M. Hicks