Table tFoot eigenschap
Definitie en gebruik:
tFoot
De eigenschap retourneert een verwijzing naar het <tfoot> element van de tabel.
Het <tfoot> element wordt gebruikt om de voettekst van de HTML-tabel te groeperen.
Tip:De tHead eigenschap retourneert een verwijzing naar het <thead> element van de tabel.
Zie ook:
HTML Referentie Handboek:HTML <tfoot> Tag
Voorbeeld:
Output de innerHTML van <tfoot>:
alert(document.getElementById("myTable").tFoot.innerHTML);
Syntax
tableObject.tFoot
Technical Details
Return value: | Reference to the <tfoot> element of the table; if undefined, it is null . |
---|
Browser Support
Chrome | Edge | Firefox | Safari | Opera |
---|---|---|---|---|
Chrome | Edge | Firefox | Safari | Opera |
Support | Support | Support | Support | Support |