Table tFoot Attribute
Definition and Usage
tFoot
Attribute returns a reference to the <tfoot> element of the table。
<tfoot> element is used to group the footer content of the HTML table。
Tip:The tHead attribute returns a reference to the <thead> element of the table。
See also:
HTML Reference Manual:HTML <tfoot> ট্যাগ
Example
Output the innerHTML of <tfoot>:
alert(document.getElementById("myTable").tFoot.innerHTML);
সিন্ট্যাক্স
tableObject.tFoot
প্রযুক্তিগত বিবরণ
ফলাফল: | টেবিলের <tfoot> ইলিমেন্টের সূচনা; যদি নির্দিষ্ট না হয়, তবে null 。 |
---|
ব্রাউজার সমর্থন
Chrome | Edge | Firefox | Safari | Opera |
---|---|---|---|---|
Chrome | Edge | Firefox | Safari | Opera |
সমর্থন | সমর্থন | সমর্থন | সমর্থন | সমর্থন |