xxxxxxxxxx
<html>
<head>
<meta charset="utf-8">
<title>W3Cschool教程(w3cschool.cn)</title>
<style>
div.container
{
width:100%;
margin:0px;
border:1px solid gray;
}
div.header,div.footer
{
padding:0.5em;
color:white;
background-color:gray;
clear:left;
}
h1.header
{
padding:0;
margin:0;
}
div.left
{
float:left;
width:160px;
margin:0;
padding:1em;
}
div.content
{
margin-left:190px;
border-left:1px solid gray;
padding:1em;
}
</style>
</head>
<body>
<div class="container">
<div class="header"><h1 class="header">w3cschool.cn</h1></div>
<div class="left"><p>“不要在必要的范围内增加解释任何事情所需的实体数量。”奥卡姆威廉(1285-1349)</p></div>
<div class="content">
<h2>免费的网页构建教程</h2>
<p>A在w3cschool你会找到所有你需要的网络建设教程,
从基本的HTML和XHTML到高级XML、XSL、多媒体和WAP.</p>
<p>w3cschool - 最大的网站开发网站!</p></div>
<div class="footer">版权:1999-2005年.</div>
</div>
</body>
</html>