How to make the td in the lower left corner align with the checkbox column in the lower right corner
Merge cells Just placeholder display, as shown in the following test table
<table><tbody> <tr> <td>1</td> <td>1</td> <td>1</td> <td>1</td> <td><input type="checkbox" /></td> </tr> <tr> <td>2</td> <td>2</td> <td>2</td> <td>2</td> <td><input type="checkbox" /></td> </tr> <tr> <td>3</td> <td>3</td> <td>3</td> <td>3</td> <td><input type="checkbox" /></td> </tr></tbody><tfoot> <tr> <td colspan="4"></td> <td><input type="checkbox" /></td> </tr></tfoot></table>
Change the lower left corner td to