求基于HTML5的《网站首页框架搭建 》

2024-12-31 16:00:11
推荐回答(2个)
回答1:

HTML CODE:




HTML5示例




header 顶部区域






article 区域



footer 版权信息区域




style.css:

header,nav,section,footer{width:1000px;margin:0 auto 10px auto; text-align:center;}
header{height:100px; background:#a5d3d5}
nav{ height:40px; background:#8ecaef}
nav li{list-style:none}
section{min-height:300px;}
aside{ float:left; min-height:300px;width:300px; background:#dcaace}
article{ float:right; min-height:300px;width:700px; background:#E6F2FF}
footer{ height:80px; background:#daebf5;}

回答2: