Click the button to create a tfoot element for the table.
Note: The tfoot element must have one or more tr elements inside of it. Therefore, we use the insertRow() and insertCell() methods to create and insert tr and td elements to the newly created tfoot element.