A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://webplatform.github.io/docs/dom/HTMLTableElement/createTHead below:

createTHead ยท WebPlatform Docs

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

RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4