Creating a website using div elements and CSS for structure is the norm -- it offers a more lightweight solution than tables by using significantly less code. This reduces the size of your pages, and ...
<div style="height:100px;background-color:cyan;width:50%;float:left"></div> <!-- <div style="height:100px;background-color:steelblue;width:30%;float:left;border:40px ...