|
<TABLE ...>SUMMARY SUMMARYSUMMARY
SUMMARY
This code:
<TABLE SUMMARY="Employees of the Design Department" BORDER=1> <TR> <TD>Jane Rodeway</TD> <TD>Manager</TD> <TD>x 513</TD> </TR> <TR> <TD>Matthew Hensen</TD> <TD>Graphic Designer</TD> <TD>x 508</TD> </TR> <TR> <TD>Derek Jakobi</TD> <TD>Sound Engineer</TD> <TD>x 545</TD> </TR> <TR> <TD>Blisair Fontenue</TD> <TD>Software Engineer</TD> <TD>x 523</TD> </TR> </TABLE>
gives us this table:
| Jane Rodeway | Manager | x 513 |
| Matthew Hensen | Graphic Designer | x 508 |
| Derek Jakobi | Sound Engineer | x 545 |
| Blisair Fontenue | Software Engineer | x 523 |
Copyright 1997-2002 Idocs Inc. Content in this guide is offered freely to the public under the terms of the Open Content License and the Open Publication License. Contents may be redistributed or republished freely under these terms so long as credit to the original creator and contributors is maintained.