Head and footer with two columns in between : Two columns « Layout « HTML / CSS






Head and footer with two columns in between

   


<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">

<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title></title>
<style type="text/css">
#header {
 background-color: #666;
 border-bottom: 1px solid #333;
}
#columnLeft {
 float: left;
 width: 160px;
 margin-left: 10px;
 padding-top: 1em;
}
#columnRight {
 padding-top: 1em;
 margin: 0 2em 0 200px;
}
#footer {
 clear: both;
 background-color: #ccc;
 padding-bottom: 1em;
 border-top: 1px solid #333;
 padding-left: 200px;
}
</style>
</head>


<body>
<div id="header">
<h1>Header</h1>
</div>

<div id="columnLeft">
<p>This is a text. This is a text. This is a text. This is a text. 
This is a text. This is a text. This is a text. This is a text. This is a text. 
This is a text. This is a text. This is a text. This is a text. This is a text. This is a text. This is a text. This is a text. This is a text. This is a text. This is a text. 
This is a text. This is a text. This is a text. This is a text. 
</p>
  <h3>Navigation</h3>
  <p>
  <ul>
  <li><a href="">Q</a></li>
  <li><a href="">N</a></li> 
  <li><a href="">C</a></li> 
  <li><a href="">D</a></li>
  <li><a href="">R</a></li> 
  </ul>
  </p>

</div>

<div id="columnRight">
<p>This is a text. This is a text. This is a text. This is a text. 
This is a text. This is a text. This is a text. This is a text. This is a text. 
This is a text. This is a text. This is a text. This is a text. This is a text. This is a text. This is a text. This is a text. This is a text. This is a text. This is a text. 
This is a text. This is a text. This is a text. This is a text. 
</p>
<p>This is a text. This is a text. This is a text. This is a text. 
This is a text. This is a text. This is a text. This is a text. This is a text. 
This is a text. This is a text. This is a text. This is a text. This is a text. This is a text. This is a text. This is a text. This is a text. This is a text. This is a text. 
This is a text. This is a text. This is a text. This is a text. 
</p>
</div>

<div id="footer">
  <p>Here is the footer. </p>
</div>
  
</body>

</html>

   
    
  








Related examples in the same category

1.2 column with left content floats left
2.Two columns with a footer
3.Header bar, two columns, menu on the right
4.2-column Layout with total width 922px, and float right
5.2-column with total width 922 px and left column 678 px, float right
6.2-column with total width 922px, left width 200px, float right
7.2-column layout with margin in between
8.2-column, with float left and right, left 678px width
9.2-column with relative positioned right column
10.Two column: content and right bar
11.Two column with negative margin
12.Floated Two Column Layout
13.Two columns with separator
14.Two columns with background
15.Two columns with width: 50%
16.Two columns with header banner
17.Two row layout: one floats left, one floats right
18.Header and sub header with two columns and footer
19.float left and right with other content
20.Two columns with header and footer
21.Two columns
22.Master header and two columns
23.Floated Two-Column Layout 2
24.Header and two-column layout
25.Two Column Layout in HTML with table
26.Two Columns Layout Using CSS
27.Two column layout with red theme
28.Two column layout template to illustrate all
29.Two column layout to illustrate all
30.Two column layout template 2
31.Two column layout template 3
32.Two column with text header
33.Two-column with sidebar layout
34.Two-column layout with header and footer
35.Two even columns