Basic HTML version of Foils prepared 11 May 1997

Foil 31 Examples of a Table

From Introduction to HTML--ECS400 fall 97 ECS400 Senior Undergraduate Course -- Spring Semester 97. by Nancy J. McCracken *

1 <table>
2 <tr> <th colspan=2>Tekke Rugs </th> <th colspan=2> Bokhara Rugs </th></tr>
3 <tr> <td> <img src="tekke1.gif"></td><td><img src="tekke2.gif"></td>
  • <td> <img src="bok1.gif"></td><td><img src="bok2.gif"></td>
4 </tr>
5 . . .
6 </table>
7 For examples of every type of table, see http://home.netscape.com/assist/net_sites/table_sample.html

in Table To:


© Northeast Parallel Architectures Center, Syracuse University, npac@npac.syr.edu

If you have any comments about this server, send e-mail to webmaster@npac.syr.edu.

Page produced by wwwfoil on Tue Aug 26 1997