Float
This sentence appears next to the float.
.float { float: right; } .box { }
<div class="box"> <div class="float">Float</div> <p>This sentence appears next to the float.</p> </div>