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/tHead below:

tHead · WebPlatform Docs

tHead

Property of dom/HTMLTableElementdom/HTMLTableElement

Syntax
var result = element.tHead;
element.tHead = value;
Examples

This example sets the color of the tHead object to blue.

document.all.myTable.tHead.style.color = "blue"
Notes Remarks

If the table doesn’t have a head section, the value for the property is null. If multiple table heads are listed in on a document, only the first one is treated as the head of the table.

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