Float
This sentence appears next to the float.
Cause this sentence to appear below the float.
.float { } .below { }
<div class="box"> <div class="float">Float</div> <p>This sentence appears next to the float.</p> <p class="below">Cause this sentence to appear below the float.</p> </div>