Divide the screen into two halfs

Divide the web page screen in to equal parts


<div style="width: 50%; float:left">
   #left content here
</div>

<div style="width: 50%; float:right">
   #right content here
</div>

Similar code, as above can be used to divide in 3, 4, 5 or more parts.



Share:

Post a Comment

Please write comments if you find anything incorrect, or you want to share more information about the topic discussed above.