Thead tfoot tbody Label usage

Source: Internet
Author: User

These three are sub-tags of the <body> element and are not commonly used because they only make a distinction between the <tr> tags.

<thread> header information for wrapping the table

<tfoot> is used to wrap the last row of the table, regardless of where the tfoot element is placed in the table, and the last line is displayed

<tbody> for parcel form content information

Examples of Use

1 <!DOCTYPE HTML>2 <HTML>3 <HeadLang= "en">4     <MetaCharSet= "UTF-8">5     <title></title>6 </Head>7 <Body>8     <Table>9         <caption>Form</caption>Ten         <thead> One             <TR> A                 <th>Books</th > -                 <th >Price</th > -             </TR> the         </thead> -         <tfoot> -             <TR> -                 <TD>Total</TD> +                 <TD>2.00 USD</TD> -             </TR> +         </tfoot> A         <tbody> at             <TR> -                 <TD>Books 1</TD> -                 <TD>1.00 USD</TD> -             </TR> -             <TR> -                 <TD>Books 2</TD> in                 <TD>1.00 USD</TD> -             </TR> to         </tbody> +     </Table> - </Body> the </HTML>

Thead tfoot tbody Label usage

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.