1 2 3 4 5 6 7 8 9 10
<!DOCTYPE html> <div style="width: 50ch"> <div style="margin-bottom: 1em">test</div> <div id=empty style="margin-top: 1em"> <div style="float: right">float</div> </div> <div id=full style="margin-top: 2em"> test </div> </div>