This page is Not Ready

Notice: The WebPlatform project, supported by various stewards between 2012 and 2015, has been discontinued. This site is now available on github.

createTBody

Method of dom/HTMLTableElementdom/HTMLTableElement

Syntax

var object = object.createTBody();

Return Value

Returns an object of type DOM NodeDOM Node

Object

tBody

null

Examples

This example uses the createTBody method to create a table body.

myTBody = document.all.myTable.createTBody()

Notes

Remarks

If a tBody already exists, createTBody returns the existing element. Otherwise, it returns a pointer to the element created.

Syntax

Standards information

There are no standards that apply here.

See also

Related pages

Attributions