HTML DOM THead nesnesi

THead object

The THead object represents the HTML <thead> element.

Access THead object

You can use getElementById() to access <thead> elements:

var x = document.getElementById("myTHead");

Try it yourself

Create THead object

You can use the document.createElement() method to create <thead> elements:

var x = document.createElement("THEAD");

Try it yourself

THead object properties

Özellikler Description
align

HTML5 does not support.Lütfen bunun yerine kullanın. style.textAlign.

Set or return the horizontal alignment of the content within the thead element.

ch

HTML5 does not support.

Set or return the alignment character within the thead element.

chOff

HTML5 does not support.

Set or return the horizontal offset of the ch attribute.

vAlign

HTML5 does not support.Lütfen bunun yerine kullanın. style.verticalAlign.

thead elemanında içeriğin dikey hizalama yöntemini ayarlar veya döndürür.

Standart özellikler ve olaylar

THead nesnesi standartları desteklerÖzelliklerveOlaylar.

İlgili sayfalar

HTML eğitimi:HTML tablosu

HTML referans el kitabı:HTML <thead> etiketi