HTML DOM THead-Objekt
THead object
The THead object represents the HTML <thead> element.
Access THead object
You can use getElementById() to access the <thead> element:
var x = document.getElementById("myTHead");
Create THead object
You can use the document.createElement() method to create a <thead> element:
var x = document.createElement("THEAD");
THead object properties
Eigenschaften | Description |
---|---|
align |
HTML5 does not support.Bitte verwenden Sie stattdessen style.textAlign. Sets or returns the horizontal alignment of the content within the thead element. |
ch |
HTML5 does not support. Sets or returns the alignment character within the thead element. |
chOff |
HTML5 does not support. Sets or returns the horizontal offset of the ch attribute. |
vAlign |
HTML5 does not support.Bitte verwenden Sie stattdessen style.verticalAlign. Setzt oder gibt die vertikale Ausrichtung des Inhalts des thead-Elements zurück. |
Standardattribute und Ereignisse
THead-Objekt unterstützt StandardsEigenschaftenundEreignisse.