Home > Article > Web Front-end > td居右_html/css_WEB-ITnose
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 c37203858dfebdcc3e879d62c641dfa2b90dd5946f0946207856a8a37f441edf Merge 6 cells and then on the right Aligned with other checkboxes