<table><tr><td><input type="checkbox" id="41" value="1">
Don't overwhelm yourself
<span style="color:black;float:right">111111</span></td></tr> </table>
The text "111111" doesn't go to the right.
When I use "align:right", it is the same.
<table><tr><td><input type="checkbox" id="41" value="1">
Don't overwhelm yourself
<span style="color:black;align:right">111111</span></td></tr> </table>
How to solve this problem?