Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 215741
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 11, 20262026-05-11T18:29:56+00:00 2026-05-11T18:29:56+00:00

What are the main reasons someone would use HTML’s tbody in a table? Is

  • 0

What are the main reasons someone would use HTML’s tbody in a table? Is it just for formatting purposes?

I use head and body generally; I haven’t used thead and tbody.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-11T18:29:56+00:00Added an answer on May 11, 2026 at 6:29 pm

    To give semantic meaning to your table:

    <table>
      <thead>
        <tr>
          <th>Person</th>
          <th>Amount</th>
          <th>Date</th>
        </tr>
      </thead>
      <tbody>
        <tr>
          <td>Person1</td>
          <td>$5.99</td>
          <td>02/03/09</td>
        </tr>
        <tr>
          <td>Person2</td>
          <td>$12.99</td>
          <td>08/15/09</td>
        </tr>
      </tbody>
    </table>
    

    According to the specification:

    Table rows may be grouped into a table head, table foot, and one or more table body sections, using the THEAD, TFOOT and TBODY elements, respectively. This division enables user agents to support scrolling of table bodies independently of the table head and foot. When long tables are printed, the table head and foot information may be repeated on each page that contains table data.

    The table head and table foot should contain information about the table’s columns. The table body should contain rows of table data.

    When present, each THEAD, TFOOT, and TBODY contains a row group. Each row group must contain at least one row, defined by the TR element.

    Besides the important semantic importance of this (think screen readers), you can then easily style your headers apart from your data rows. Another relevant example is jQuery plugins such as the Tablesorter (original, archived) plugin can then easily figure out what your data structure looks like.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I've heard in a few places that one of the main reasons why distributed
SoundManager2 seems awesome, but the main reason I'm looking to use something other than
Recently I hear Steve Jobs citing this as a main reason to not have
I decided to learn Assembly language. The main reason to do so is being
For some reason, my method bishops runs much faster when called from the main
Is there any reason why this shouldn't work? [PseudoCode] main() { for (int i
Main need : Resizable widget Minor need : Wide range of Android OS, runs
Main OS is windows 7 64bit. Using VM player to create two vm CentOS
Main Activity: private Button btnSubmit; private DataSource mDataSource; private Context mContext; @Override public void
I'm having a bit of trouble figuring out what would be the best approach

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.