根据这个要求设计一个带div css的简单网页,不要求美工
发布网友
发布时间:2022-04-26 10:39
我来回答
共3个回答
热心网友
时间:2022-04-20 20:16
<%@LANGUAGE="JAVASCRIPT" CODEPAGE="936"%>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<title>无标题文档</title>
</head>
<style>
*{margin:0px auto;padding:0px;}
body{padding:0px}
.DL{background:red;border:1px solid #444;width:80%;margin:0px auto;height:900px}
.DT{height:34px;line-height:34px;border-bottom:1px solid #888;width:100%;float:left;}
DT span{margin-left:20px;font-size:1.2em;font-weight:bold;}
.DD_Left{float:left;margin-left:1%;height:92%;}
.Div{width:70%;height:31%;float:left;clear:both;border:1px solid #888;font-size:1em;}
.Mr{margin:1% 0;}
.Div_Right{float:right;margin:1%;margin-top:none;border:1px solid #888;width:24%;height:88%;font-size:1em}
.DT_Bottom{height:34px;line-height:34px;border:1px solid #888;float:left;margin-left:1%;width:95%}
</style>
<body>
<dl class="DL">
<dt class="DT"><span>页头</span></dt>
<dd>
<div class="DD_Left">
<div class="Div Mr"><img src="图片地址" /><!--图片放这里-->
</div>
<div class="Div">你的文章放这里
</div>
<div class="Div Mr">你的内容放这里
</div>
</div>
<div class="Div_Right">侧边栏</div>
<dt class="DT_Bottom"><span>页脚</span></dt>
</dd>
</dl>
</body>
</html>
还请笑纳 宽度高度自己调整
热心网友
时间:2022-04-20 21:34
已发你邮箱,请查收!
我邮箱blueocean_xsy@qq.com
热心网友
时间:2022-04-20 23:09
这么简单的,用Adobe Dreamweaver CS3做里面有这样的模板,,做都不用做,,