Home >Web Front-end >HTML Tutorial >Button control_html/css_WEB-ITnose
I wrote a code that includes a button control and a table, but why is the button control not within the scope of the table, and the leftmost part of the button happens to be on the rightmost side of the table~
Please give me some advice, I can’t tell you much. ! I hope you can give me some advice
Where is the code?
85b01de67d78d604a83976918d3f01b0Export65281c5ac262bf6d81768915a4a77ac0
30ea0eb7c96de6f4debb1243099161e9
ace896453d31d42b9be983053fc0b0a8
9e8fe34143772a2b4312b38ea3239701
9e8fe34143772a2b4312b38ea3239701
9e8fe34143772a2b4312b38ea3239701
9ea526c343540c72279eb2c1d05c42dc
ae20bdd317918ca68efdc799512a9b39
a34de1251f0d9fe1e645927f19a896e8
b4d429308760b6c2d20d6300079ed38e7cd5cbb0e47407e5895f304e8066d64401c3ce868d2b3d9bce8da5c1b7e41e5b
b4d429308760b6c2d20d6300079ed38eSystem01c3ce868d2b3d9bce8da5c1b7e41e5b
b4d429308760b6c2d20d6300079ed38eSystem01c3ce868d2b3d9bce8da5c1b7e41e5b
b4d429308760b6c2d20d6300079ed38eNegative01c3ce868d2b3d9bce8da5c1b7e41e5b
b4d429308760b6c2d20d6300079ed38eClass01c3ce868d2b3d9bce8da5c1b7e41e5b
b4d429308760b6c2d20d6300079ed38epre01c3ce868d2b3d9bce8da5c1b7e41e5b
fd273fcf5bcad3dfdad3c41bd81ad3e5
ae20bdd317918ca68efdc799512a9b39
92cee25da80fac49f6fb6eec5fd2c22a
6c4c2206956b4d6a3d1b97158ed2de72
b6c5a531a458a2e790c1fd6421739d1c7cd5cbb0e47407e5895f304e8066d644b90dd5946f0946207856a8a37f441edf
b6c5a531a458a2e790c1fd6421739d1cee7959cc8dd4be16ef633321c03dac32public5db79b134e9f6b82c0b36e0489ee08edb90dd5946f0946207856a8a37f441edf
b6c5a531a458a2e790c1fd6421739d1cThetd>
b6c5a531a458a2e790c1fd6421739d1cWanfangb90dd5946f0946207856a8a37f441edf
b6c5a531a458a2e790c1fd6421739d1cRevisedb90dd5946f0946207856a8a37f441edf
b6c5a531a458a2e790c1fd6421739d1c2013-01-12 fd273fcf5bcad3dfdad3c41bd81ad3e5
ca745a59da05f784b8811374296574e1
f16b1740fad44fb09bfe928bcc527e08
Um, I don’t understand. Do you want this effect?
<table border="1" width="500"> <thead> <tr> <th>选择</th> <th>姓名</th> <th>版本</th> <th>日期</th> </tr> </thead> <tbody> <tr> <td> <input type="checkbox" /><a href="#">公</a> </td> <td>姓名</td> <td>1.1</td> <td>2012-09-24</td> </tr> <tr> <td colspan="4" style="text-align:right"> <input type="button" value="导出" /> </td> </tr> </tbody></table>
Because you didn’t write the button into the table at all, the button control is not within the scope of the table~