<head>
	<meta charset="utf-8">
	<title>页面结构</title>
	<style type="text/css">
		header,nav,article,footer{
			border:solid 1px #666;padding: 5px;}
			header{width: 500px;}
			nav{float: left;width: 60px;height: 100px;}
			article{float: left;width: 428px;height: 100px;}
			footer{clear: both;width: 500px}
		}
	</style>
</head>
<body>
	<header class="bgColor">导航部分</header>
	<nav>菜单部分</nav>
	<article>内容部分</article>
	<footer>底部部分</footer>
</body>

页面结构

相关文章: