<!DOCTYPE html> | |
<html> | |
<body> | |
<div style="width: 100px; height: 40px;"> | |
<div style="float: left; width: 50px; height: 150px;"></div> | |
<div style="float: left; width: 50px; height: 250px;"></div> | |
</div> | |
<div style="clear: both; width: 10px; height: 10px;"></div> | |
</body> | |
</html> |