clear float

by zoho

HTML

<div style="border:1px solid gray">
  <div style="float:left">Hello</div>
  <div style="float:right">World</div>
</div>