Valid CSS Layout

Three Column Layout with CSS.

<!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" xml:lang="en" lang="en">

<head>

<title></title>

<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

<link href="styles.css" rel="stylesheet" type="text/css" />

</head>

<body>

<div id="header"></div>

<div id="container">

<div id="left"></div>

<div id="middle"></div>

<div id="right"></div>

</div>

<div id="footer"></div>

</body>

</html>


See the finished page using the HTML above and following CSS

The CSS Code



Web

central12.com