Objet TFoot DOM HTML

  • Page précédente <td>
  • Page suivante <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 a <tfoot> element:

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

Try it yourself

TFoot object properties

Propriétés Description
align

HTML5 does not support.Veuillez utiliser à la place 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.Veuillez utiliser à la place style.verticalAlign.

Définit ou retourne la manière dont le contenu de l'élément tfoot est aligné verticalement.

Attributs et événements standard

L'objet TFoot prend en charge les standardsPropriétésetÉvénements.

Pages associées

Tutoriel HTML :Tableau HTML

Manuel de référence HTML :Balise <tfoot> HTML

  • Page précédente <td>
  • Page suivante <th>