blob: 945b83bec3d326c020661ce96c359a468bc45ec4 [file] [edit]
<style>
div {
border: 1px solid blue;
width: 100px;
height: 100px;
}
.float_box {
float: left;
border: none;
width: 20px;
}
</style>
<span>
span<br>start
<div class=float_box style="height: 140px;"></div>
<div></div>
span<br>end
</span>