HTML DOM TFoot Οντόντο

  • Προηγούμενη Σελίδα <td>
  • Επόμενη Σελίδα <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

Προπriedades Description
align

HTML5 does not support.Παρακαλώ χρησιμοποιήστε άλλο 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.Παρακαλώ χρησιμοποιήστε άλλο style.verticalAlign.

Ρυθμίζει ή επιστρέφει τον τρόπο οριζόντιας κατεύθυνσης του περιεχομένου του στοιχείου tfoot.

Πρότυπα Προπriedades και Συμβάντα

Ο TFoot Οντόντο υποστηρίζει τα πρότυπαΠροπriedadesΚαιΣυμβάντα.

Σχετικές Σελίδες

Εκμάθηση HTMLHTML Πίνακας

HTML ΕγχειρίδιοHTML <tfoot> Ετικέτα

  • Προηγούμενη Σελίδα <td>
  • Επόμενη Σελίδα <th>