BizTalk Utilities CV ,   Jobs ,   Code library  
 
Home Page
XHTML
The XHTML <textarea> Tag
The XHTML <td> Tag
The XHTML <tbody> Tag
The XHTML <table> Tag
The XHTML <s> and <strike> Tags
The XHTML <sub> and <sup> Tags
The XHTML <style> Tag
The XHTML <span> Tag
The XHTML <select> Tag
The XHTML <script> Tag
The XHTML <q> Tag
The XHTML <pre> Tag
The XHTML <phrase_tags> Tag
The XHTML <param> Tag
The XHTML <p> Tag
The XHTML <option> Tag
The XHTML <optgroup> Tag
The XHTML <ol> Tag
The XHTML <object> Tag
The XHTML <noscript> Tag
<< XALAN
XML DOM >>

By :Mark Wilson
I am the creator of TopXML. I am available for international and local (Australia) contracts. I am a Solution Architect/Business Analyst. I have worked in IT in several countries (NZ, Australia, South Africa, UK) building and training teams for government and very large non-governmental organizations. I am ex-Microsoft Consulting Services. I wrote the first book on Microsoft XML published in 2000 called XML Programming with VB and ASP. Most recently I have been building tools for the SEO industry. Ask me for a 37 point SEO health-checkup for your website.
First posted :03/24/2008
Times viewed :197

 

The <tfoot> Tag (XHTML Reference)

Introduction

This tag <tfoot> is used to define table footer in the table. If you are using this tag you will also have to use the <thead> for the header and <tbody> for the body tag. This can be very useful if you want to print long tables, because the header and footer will be shown on each page.

Example

<table border="1">

  <thead>

  <tr>

    <th>User</th>

    <th>EMail</th>

    <th>Permission</th>

  </tr>

  </thead>

  <tbody>

  <tr>

    <td>Sonu</td>

    <td>sonu@XXXX.com</td>

    <td>Admin</td>

  </tr>

  <tr>

    <td>Mark</td>

    <td>Mark@XXXX.com</td>

    <td>Admin</td>

  </tr>

  </tbody>

  <tfoot>

  <tr>

    <td colspan="3"><b>2 Users found</b></td>

  </tr>

  <tr>

  </tfoot>

</table>

Output

Attributes

Name:

Description:

align

Aligns the table cell with one of the following options horizontal.

left

right

center

char

This attribute can be only used if you set the align attribute to char. The usage of the attribute is to set the alignment character. This can be very useful if you have a table row with decimal numbers and would like to align the row according to the decimal point.

charoff

Defines in conjunction with the “align” attribute the position of the alignment character.

valign

Aligns the column vertically with one of the following options.
top

middle

bottom

baseline


Rate this article on a scale of 1 to 10

Your vote :  


 

Recent Jobs

An immediate job opportunity as a B
Software Developers Needed in Charl
Sr. Software Engineer - Analytics
Immediate Mainframe openings for Ch
Immediate TANDEM-TAL openings for C

View all Jobs (Add yours)
View all CV (Add yours)



answering service
spoc
swimming pool contractor
teleconferencing service
water softener
Teleconference
Host Department NOLIMIT Web Hosting
MSN
sunglasses


    Email TopXML  

Front Page Daily Stuff TopXML Forum XML blogs XML Newsgroups BizTalk Biztalk Utilities Biztalk Utilities Tutorial B2B SAP XML Microsoft .NET Dotnet System XML Soapformatter SQLXML XMLserializer XQuery PHP PHP SimpleXML PHP XML Dom PHP XML RPC PHP XSLT Java Java Java XML Xalan Microsoft ASP ASP Schemas XML SQL Server XML XMLDom XSL XSL Tutorial XSLT Stylesheets General Javascript CSS XHTML WAP