Single column : One Column : Layout HTML CSS TUTORIALS


HTML CSS TUTORIALS » Layout » One Column »

 

Single column


 

<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Column </title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<style rel="stylesheet" type="text/css" >
#wrapper 
 width: 922px;
}

#content 
 width: 900px;
 color: #333;
 border: 1px solid #ccc;
 background:#CCC8B3;
 margin: 10px 0px 10px 0px;
 padding: 10px;
 height: 500px;
}

</style>
</head>
<body>

<div id="wrapper">
  <div id="content"> This is the content </div>
</div>

</body>
</html>

 



HTML code for linking to this page:

Follow Navioo On Twitter

HTML CSS TUTORIALS

 Navioo Layout
» One Column