HTML Code:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html lang="en">
<head>
<title>Untitled Document</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta http-equiv="Content-Style-Type" content="text/css">
<meta http-equiv="imagetoolbar" content="no">
<meta name="description" content="A brief description of the current page goes here.">
<meta name="keywords" content="keywords, go, here, only, once, page, content, has, been, finished">
<style type="text/css" media="screen">
/* CSS RESET RULES */
html, body, a, abbr, acronym, address, area, b, bdo, big, blockquote, button, caption, cite, code,
col, colgroup, dd, del, dfn, div, dl, dt, em, fieldset, form, h1, h2, h3, h4, h5, h6, hr, i, img,
ins, kbd, label, legend, li, map, object, ol, p, param, pre, q, samp, small, span, strong, sub,
sup, table, tbody, td, textarea, tfoot, th, thead, tr, tt, ul, var {
margin: 0;
padding: 0;
vertical-align: baseline;
}
body {
background: #FFF;
color: #000;
font: 85%/150% verdana, arial, helvetica, sans-serif;
}
fieldset {
border: 0; /* we'll be applying a border to a DIV with the class of "fieldset" later on, so this isn't needed */
display: inline; /* this squashes an IE float bug */
}
h1, h2, h3, h4, h5, h6 { /* aside from changing the default font types, leave this alone */
font: bold 1em/1.5 georgia, garamond, "times new roman", times, serif;
}
img {
border: 0; /* this squashes a Firefox bug */
vertical-align: bottom; /* this squashes an IE bug */
}
.skip {
position: absolute;
left: -999em;
}
/* GENERAL LAYOUT RULES */
#container {
background: #EEE;
color: inherit;
margin: 0 auto;
min-width: 750px;
max-width: 1150px;
}
#header {
background: #165498;
color: #FFF;
height: 80px;
}
#search-form div {
background: #CCC;
color: inherit;
float: right;
height: 1.75em;
line-height: 1.75em;
position: relative;
z-index: 1;
}
#search-form legend span, #search-form label {
position: absolute;
left: -999em;
}
#search-form input {
margin: 0;
vertical-align: top;
}
#menu {
background: #CCC;
color: inherit;
float: left;
height: 1.75em;
line-height: 1.75em;
margin: -1.75em 0 0 0;
width: 100%;
}
#menu li {
display: inline;
white-space: nowrap;
}
#menu li a {
background: #ECF;
color: #000;
float: left;
height: 1.75em;
margin: 0 2px 0 0;
padding: 0 0.5em;
text-decoration: none;
}
#menu li a:hover {
background: #0E0;
color: inherit;
}
#content {
float: left;
width: 100%;
}
#content .wrapper {
background: #FFF;
color: #000;
margin: 0 220px 0 0;
overflow: hidden;
padding: 1em;
}
#content .wrapper p {
margin: 0.5em 0;
}
#sidebar {
float: left;
margin: 0 0 0 -220px;
width: 220px;
}
#sidebar p {
padding: 0 10px;
}
#footer {
background: #FF8;
clear: left;
color: #000;
height: 1%;
}
#footer em {
display: block;
font-style: normal;
padding: 0.5em 0 0.5em 1em;
}
</style>
</head>
<body>
<div id="container">
<div id="header">
<img src="#" width="200" height="80" alt="Web Site TItle" title="">
</div>
<form action="#" id="search-form" method="get">
<div class="fieldset">
<fieldset>
<legend><span>Search This Site</span></legend>
<label for="search">Enter Your Search Term Here</label>
<input id="search" name="search" size="25" type="text">
<input class="submit" type="submit" value="Search">
</fieldset>
</div>
</form>
<ul id="menu">
<li><a href="#">Menu Item</a></li>
<li><a href="#">Menu Item</a></li>
<li><a href="#">Menu Item</a></li>
<li><a href="#">Menu Item</a></li>
<li><a href="#">Menu Item</a></li>
<li><a href="#">Menu Item</a></li>
</ul>
<div id="content">
<div class="wrapper">
<h1>Web Page Title</h1>
<p>
Lorem ipsum dolor sit amet, consectetuer adipiscing elit. In quis erat.
Nulla auctor consectetuer erat. Sed est tellus, laoreet et, faucibus et,
cursus ut, lectus. Nulla scelerisque, mi vel commodo consequat, turpis
ligula congue ligula, eget pellentesque turpis augue quis diam. Nulla
facilisi. Etiam commodo quam in metus. Etiam nec nisi ac nisl molestie
fermentum. Donec ligula ipsum, venenatis in, egestas vel, commodo
bibendum, est.
</p>
<p>
Lorem ipsum dolor sit amet, consectetuer adipiscing elit. In quis erat.
Nulla auctor consectetuer erat. Sed est tellus, laoreet et, faucibus et,
cursus ut, lectus. Nulla scelerisque, mi vel commodo consequat, turpis
ligula congue ligula, eget pellentesque turpis augue quis diam. Nulla
facilisi. Etiam commodo quam in metus. Etiam nec nisi ac nisl molestie
fermentum. Donec ligula ipsum, venenatis in, egestas vel, commodo
bibendum, est.
</p>
</div>
</div>
<div id="sidebar">
<p>(Sidebar Goes Here)</p>
</div>
<div id="footer">
<em>Copyright &#169; 2006-2008, The Monster Under the Bed. All Rights to Scare Unsuspecting Children Reserved.</em>
</div>
</div>
</body>
</html>
Bookmarks