The clear
property can be used to specify that an element should not wrap around floated elements above it.
<div style="float:left; width:50px; background-color:yellow; ">
H<br>O<br>M<br>E
</div>
<div>
Hi, this is my personal website, where you'll find out everything about my inner desires, hopes, dreams, and incredibly exciting daily life.
</div>
<div style="clear:both">Contact me for more info.</div>
H
O
M
E
Hi, this is my personal website, where you'll find out everything about my inner desires, hopes, dreams, and incredibly exciting daily life.
Contact me for more info.