<!DOCTYPE html>
<style>
html { border: solid blue; }
.float { float: left; height: 350px; border: solid orange; }
</style>
<div class="float"></div>
<!DOCTYPE html>
<style>
html { border: solid blue; }
.float { float: left; height: 350px; border: solid orange; }
</style>
<div class="float"></div>