Tables

 
The Basic -- this area of this page
-- Provides simple code for organization purposes.
<table><tr><td>  </td></tr></table>
 
The Good -- Newsletter Table of Contents
-- Table within a table.
< table><tr>
   <td> <table><tr><td>  </td></tr></table></td>
   <td> <table><tr><td>  </td></tr></table> </td>
</tr></table>
 
The Not Bad -- Office Hours Page
-- using different colors to highlight different features
<table><tr>
   <td bgcolor="white"> </td>
   <td bgcolor="yellow"> </td>
</tr></table>
 
The Really Ugly -- A College Computer Asssignment
-- spacing rows & columns
<table><tr>
   <td width="50%"> </td>
   <td width="40"> </td>
</tr></table>
 
-- more row & column spacing
<th rowspan=5>For a heading which spans 5 rows</th>
<td colspan=2>For a table entry which spans 2 columns</td>
 

    The reader is invited to view the code of a page and see "how it's done."


[MCi logo]

MATHEMATICAL CONCEPTS, inc.

    85 First Street, Keyport, NJ 07735-1503

                                    callus@mathnstuff.com     (732) 739-3951


    http://www.mathnstuff.com/papers/webstuf/tables.htm © 00-10-1

[MSH! Home] [Transcription] [Table] [Words] [MC,i. Home] Classes Web Stuff [top] [end] [next] [last] [Good Stuff] [Order form]