Table, form label of HTML structure

Source: Internet
Author: User

Table Label table

Display information, block-level labels

<thead>: Table header

<tbody>: Table Theme

<tr>: All rows are in TR

<th>: Cell in table header, default Bold center

<TD>: column, can contain all elements

<tfoot>: Bottom of table

RowSpan: Merging rows

colspan: Merging columns

<!DOCTYPE HTML><HTMLLang= "en"><Head>    <MetaCharSet= "UTF-8">    <title>Form</title></Head><Body>    <TableBorder= "1px"cellspacing= "0">        <!--Table Header -        <thead>            <!--table header row -            <TR>                <th></th>                <th>Monday</th>                <th>Tuesday</th>                <th>Wednesday</th>                <th>Thursday</th>                <th>Friday</th>            </TR>        </thead>        <tbody>            <!--table body each row -            <TR>                <TDrowspan= "3">Morning</TD>                <TD>Chinese</TD>                <TD>Mathematical</TD>                <TD>English</TD>                <TD>Chemical</TD>                <TD>Biological</TD>            </TR>            <TR>                <TD>Chinese</TD>                <TD>Mathematical</TD>                <TD>English</TD>                <TD>Chemical</TD>                <TD>Biological</TD>            </TR>            <TR>                <TD>Chinese</TD>                <TD>Mathematical</TD>                <TD>English</TD>                <TD>Chemical</TD>                <TD>Biological</TD>            </TR>            <TR>                <TDrowspan= "2">Afternoon</TD>                <TD>Chinese</TD>                <TD>Mathematical</TD>                <TD>English</TD>                <TD>Chemical</TD>                <TD>Biological</TD>            </TR>            <TR>                <TD>Chinese</TD>                <TD>Mathematical</TD>                <TD>English</TD>                <TD>Chemical</TD>                <TD>Biological</TD>            </TR>        </tbody>        <tfoot>            <TR>                <TDcolspan= "6">Curriculum</TD>            </TR>        </tfoot>    </Table></Body></HTML>
View Code

Form Label Form

Submit Information

Table, form label of HTML structure

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.