Divisions


Some basic rules

<!DOCTYPE HTML>
<HTML>
<BODY>
<DIV style="position:absolute; top:20px; left:20px;  background-color:aqua; width:750px; height:100px; overflow:auto; outline-style:double;">
top
</DIV>

<DIV style="position:
absolute; top:125px; left:20px;  background-color:teal; width:120px; height:400px; overflow:auto; outline-style:double;">
left<br>
</DIV>

<DIV style="position:
absolute; top:125px; left:650px;  background-color:teal; width:120px; height:400px; overflow:auto; outline-style:double;">
right
</DIV>

<DIV style="position:
absolute; top:125px; left:145px;  background-color:silver; width:500px; height:400px; overflow:auto; outline-style:double;">
center
</DIV>

<DIV style="position:
absolute; top:530px; left:20px;  background-color:cyan; width:750px; height:100px; overflow:auto; outline-style:double;">
bottom
</DIV>

</BODY>
</HTML>