Thead - tbody - tfoot, PHP Web Programming

Assignment Help:

<THEAD> mentions that a group of rows are the header rows at the top of the table. <TBODY> specify that a group of rows are body rows. <TFOOT> specify that a group of rows are the footer rows at the bottom of the table.

The most popular use for these three tags, that are currently only identified by MSIE 4 and up, is to put borders among groups of rows rather than between every two rows. For instance, assume you have a table wherein you want borders around the top row, the bottom row, and around the whole block of rows in between. You could do that along the following code. Note down that in addition to <THEAD>, <TBODY>, and <TFOOT> you also should use <TABLE RULES=GROUPS>. The following instance illustrates the use of these tags:

<HTML>

<BODY>

<TABLE CELLPADDING=6 RULES=GROUPS FRAME=BOX>

<THEAD>

<TR> <TH>Weekday</TH> <TH>Date</TH> <TH>Manager</TH>

<TH>Qty</TH> </TR>

</THEAD>

<TBODY>

<TR> <TD>Mon</TD> <TD>09/11</TD> <TD> Komal </TD> <TD>639</TD>

</TR>

<TR> <TD>Tue</TD> <TD>09/12</TD> <TD>Lovely</TD> <TD>596</TD>

</TR>

<TR> <TD>Wed</TD> <TD>09/13</TD> <TD>Rohan</TD>  <TD>1135</TD>

</TR>

<TR> <TD>Thu</TD> <TD>09/14</TD> <TD>Suresh</TD> <TD>1002</TD>

</TR>

<TR> <TD>Fri</TD> <TD>09/15</TD> <TD> Rohan </TD>   <TD>908</TD>

</TR>

<TR> <TD>Sat</TD> <TD>09/16</TD> <TD>Lovely</TD> <TD>371</TD>

</TR>

<TR> <TD>Sun</TD> <TD>09/17</TD> <TD>Suresh</TD>   <TD>272</TD>

</TR>

</TBODY>

<TFOOT><TR> <TH ALIGN=LEFT COLSPAN=3>Total</TH> <TH>4923</TH>

</TR></TFOOT>

</TABLE>

</HTML>

2385_THEAD - TBODY - TFOOT.png

Figure: Using THEAD, TBODY & TFOOT Tags


Related Discussions:- Thead - tbody - tfoot

We need help in online map indicating locations of web page, We need help i...

We need help in online map indicating locations of web page visitors Seeking someone who can program a global map that indicates the locations of visitors for a 24-hour period (

Draw layout cells, In Layout view you can draw layout cells & layout tables...

In Layout view you can draw layout cells & layout tables to describe the design areas of a document. This task is easier to achieve if you prepare a sample of the page you're creat

Develop wiconstellation web site, Project Description: Develop a dynamic...

Project Description: Develop a dynamic corporate WEB site with administration panel, requirement collaboration, product definition, Q&A, user management. Skills required are

Need help to add additional fields to a form wordpress, Need help to Add Ad...

Need help to Add Additional Fields to a Form wordpress I would like to add additional fields to an existing form. This person should have php and wordpress knowledge. I am utili

We need a magento wysiwyg editor on cmspro extension, We need a Magento WYS...

We need a Magento WYSIWYG Editor on CMSPro Extension I consume the CMSPro extension from MageWorld.com. Content parts use a WYSIWYG editor. But I want to change the WYSIWYG edit

I am seeking for a skilled web programmer in html, PSD to Wordpress I am...

PSD to Wordpress I am seeking for a skilled web programmer in HTML to transform my PSD into HTML. I have two PSD right now. What I am seeking is a great freelancer that I

Font tag, HTML provides the flexibility of altering the characteristics of ...

HTML provides the flexibility of altering the characteristics of the font like size, color etc. Every browser contains a default font setting which governs the default font name, s

Need help to create apartment available rooms website, Apartment Available ...

Apartment Available Rooms Website I would like to build a website that permits apartments to register their facility online by registering on my site for a monthly fee. I would

Explain best user interface design guidelines, Question: The best user ...

Question: The best user interface design guidelines are guidelines that given high level and widely applicable principles. A set of such guidelines is as follows: (i) Know

Text area, specify a form field where the user can enter large amounts of t...

specify a form field where the user can enter large amounts of text. In most respects, works as an field. It can contain a name and

Write Your Message!

Captcha
Free Assignment Quote

Assured A++ Grade

Get guaranteed satisfaction & time on delivery in every assignment order you paid with us! We ensure premium quality solution document along with free turntin report!

All rights reserved! Copyrights ©2019-2020 ExpertsMind IT Educational Pvt Ltd