HTML and CSS Reference
In-Depth Information
THE BASICS
We use the background of body and the border of one of the columns to
create background colors that vertically fill the “row”.
THE MARKUP
<div id="header">
<h2><a href="#">Header</a></h2>
<p>Lorem ipsum...</p>
</div>
<div id="sidebar">
<h2><a href="#">Sidebar</a></h2>
<p>Lorem ipsum...</p>
</div>
<div id="main">
<h2><a href="#">Main</a></h2>
<p>Lorem ipsum...</p>
</div>
Search WWH ::




Custom Search