You are here:  NetStrider » Tutorials » HTMLRef » Tables » TBODY «
<TBODY> Command

Command Syntax:

<TBODY>
  Table Body Segment
</TBODY>

Provides a container for the table body segment.  Has no visible effect on the content of the table but allows special formatting of borders.

This command is interpreted only by the Internet Explorer browser.

See also:  <TFOOT>, <THEAD>

Command Parameters: None.
Example:
<table rules=groups border=1> <thead> <tr> <th>Header 1</th> <th>Header 2</th> </tr> </thead> <tbody> <tr> <td>Cell 1</td> <td>Cell 2</td> </tr> </tbody> <tfoot> <tr> <th>Footer 1</th> <th>Footer 2</th> </tr> </tfoot> </table> Yields -

Header 1 Header 2
Cell 1 Cell 2
Footer 1 Footer 2

The table rules will display properly only in the Internet Explorer browser.

All other browsers will ignore the table segments commands and rules=basic parameter.

Return to the HTML Reference Guide Section S:Z


HTML Reference Guide Table of Contents.
Author: Randy D. Ralph.  In place February 27, 1999.  Copyright © 1999 NetStrider.  Presented as a public service.




Hosted by uCoz