Submit Your Article Forum Rules

Results 1 to 2 of 2

Thread: < tbody >

  1. #1
    Senior Member
    Join Date
    Jan 2004
    Posts
    115

    < tbody >

    Hi everyone

    I have noticed that some sites use the <tbody> tag when creating tables. Is this a neccessary bit of code or is it an optional thing that doesnt have much affect on the overall structure on a table ??

    Thanks.
    Darren Darkins
    Darren Darkins

  2. #2
    Senior Member redcircle's Avatar
    Join Date
    Aug 2003
    Posts
    424
    Quote Originally Posted by w3schools
    The thead, tfoot and tbody elements enables you to group rows in a table. When you create a table, you might want to have a header row, some rows with data, and a row with totals at bottom. This division enables browsers to support scrolling of table bodies independently of the table header and footer. When long tables are printed, the table header and footer information may be repeated on each page that contains table data.
    It's not 100% necessary. For more information see http://www.w3schools.com/tags/tag_tbody.asp remember, tables are designed for tabular data. not layout.
    www.squitosoft.com - PHP development site. featuring Squito Gallery. a php driven photo gallery.
    www.rgfx.net - Specializing in Internet solutions, including Html authoring, Interactive Web sites, 3D/2D Graphics and animation.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •