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

Differences between include(), Question: (a) What are the differences ...

Question: (a) What are the differences between include(), require() and include_once()? (b) Convert the below if-elseif code to its equivalent switch case version: $day

Develop a professional site like match, I am mainly looking for a version o...

I am mainly looking for a version of a VERY professional site that is very same to a match.com - basically it would match people to jobs and vice verso. It would show percentage

I need help in website design using html, I need  help in Website design u...

I need  help in Website design using HTML,coding etc I need to develop a very detailed and innovative liquor related website for a liquor distribution company. Job descriptio

Create a code for implement database of a car company, Creating Table cr...

Creating Table create table cars (Vin_num varchar(30),primary key(Vin_Num),Make varchar(15),Model varchar(20),Year int,Price varchar(20)); Inserting Records: insert into cars va

We need a team of web expert, We need a team of web expert I will get to...

We need a team of web expert I will get to the point. A website is completed as well as hosted under a VPS and the code is written in python. Here's what I am in search of- 1

I want a web application which manages the schedule class, Web application ...

Web application I want a web application which manages the schedule classrooms the literature the courses tuition fees and I can input grades. All the above will interact. Ro

Help with joomla-opencart problem, Help with Joomla/Opencart problem I h...

Help with Joomla/Opencart problem I have a website made on Joomla 2.5 using a component called AceShop (which is a bridge for Opencart). I have newly moved the website to a new

Needed web design and programming for small project, Web Design/Programming...

Web Design/Programming (small project) Seeking strong CSS/HTML/Bootstrap skills for a small update to an existing webpage. Existing page wants overall UI updates/content mark

I need help for magento ecommerce developer, I need help for Magento eComme...

I need help for Magento eCommerce Developer - Art Gallery Site Looking for a highly skilled professional and motivated Magento web developer to help design as well as implement

Call-back function for wp web scraper in wordpress, Call-back Function for ...

Call-back Function for WP Web Scraper - Wordpress Summary- A call-back function for WP Web Scraper to create wordpress post (custom post type) as well as populate custom taxo

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