Mozilla.com

  1. MDC
  2. Main Page
  3. DOM
  4. table.createTFoot
Table of contents
  1. 1. Summary
  2. 2. Syntax
  3. 3. Example
  4. 4. Notes
  5. 5. Specification
Table of contents
  1. 1. Summary
  2. 2. Syntax
  3. 3. Example
  4. 4. Notes
  5. 5. Specification

« Gecko DOM Reference

Summary

createTFoot creates a new TFOOT for the table.

Syntax

HTMLTableElement = table.createTFoot()

Example

myfoot = mytable.createTFoot(); 
//checking: myfoot == mytable.tFoot

Notes

If a tfoot element already exists for the table, this method returns that element

Specification

createTFoot

Page last modified 04:41, 13 Apr 2006 by RobG?

Files (0)