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.

createTHead

Method of dom/HTMLTableElementdom/HTMLTableElement

Syntax

var object = object.createTHead();

Return Value

Returns an object of type DOM NodeDOM Node

Object

tHead

null

Examples

This example uses the createTHead method to create a table header.

myTHead = document.all.myTable.createTHead()

Notes

Remarks

If a tHead already exists, createTHead returns the existing element. Otherwise, it returns a pointer to the element created.

Syntax

Standards information

See also

Related pages

Attributions