Oggetto TFoot DOM HTML

  • Pagina precedente <td>
  • Pagina successiva <th>

TFoot object

The TFoot object represents the HTML <tfoot> element.

Access TFoot object

You can use getElementById() to access the <tfoot> element:

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

Try it yourself

Create TFoot object

You can use the document.createElement() method to create the <tfoot> element:

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

Try it yourself

TFoot object properties

Proprietà Description
align

HTML5 does not support.Si prega di utilizzare un altro metodo. style.textAlign.

Sets or returns the horizontal alignment style of the content within the tfoot element.

ch

HTML5 does not support.

Sets or returns the alignment character within the tfoot element.

chOff

HTML5 does not support.

Sets or returns the horizontal offset of the ch attribute.

vAlign

HTML5 does not support.Si prega di utilizzare un altro metodo. style.verticalAlign.

Imposta o restituisci il modo di allineamento verticale del contenuto dell'elemento tfoot.

Proprietà standard ed eventi

L'oggetto TFoot supporta gli standardProprietàeEventi.

Pagine correlate

Corso HTML:Tabella HTML

Manuale di riferimento HTML:Etichetta <tfoot> HTML

  • Pagina precedente <td>
  • Pagina successiva <th>