导航:首页 > 万维百科 > 网页设计divcss试题

网页设计divcss试题

发布时间:2020-10-18 08:54:17

1、用div+css设计一个页面布局

<style>
.head{
width:100%;
height:60px;
}
.main{
width:70%;
height:400px;
float:left;
}
.main{
width:30%;
height:400px;
float:right;
}
.footer{
width:100%;
height:60px;
}
</style>

<div class ="head">这里是head区域</div>
<div class ="main">这里是主要内容区域</div>
<div class="main_left">这里是右侧区域</div>
<div class="footer">这里是页脚区域</div>

2、Div+css 网页设计作业 求大神

我晚上或下午帮你写吧
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<title></title>
<style type="text/css">
*{
margin: 0px;
padding: 0px;
}
.top,.bottom{
width: 100%;
height: 20%;
background-color: #ccc;
position: absolute;
}
.top{
top:0;
z-index: 1;
}
.bottom{
bottom: 0;
z-index: 1;
}
.content{
width:100%;
height: 60%;
background: #fff;
}
.fl{
background: red;
position: absolute;
width: 80%;
height:80%;
top: 0;
right: 0;
bottom: 0;
left: 0;
margin:auto;
z-index: 2;
overflow: hidden;
}
.left{
width: 10%;
height:100%;
float: left;
background: red;
}
.right{
width: 10%;
height:100%;
float: left;
background: green;
}
.center{
width: 80%;
height: 100%;
float: left;
background:blue;
}
</style>
</head>
<body>
<div class="top">top</div>
<div class="content">
<div class="fl">
<div class="left">left</div>
<div class="center">center</div>
<div class="right">right</div>
</div>
</div>
<div class="bottom">bottom</div>
</body>
</html>
你最好自己先看一下 哪里不理解 可以追问 直接写解释 我感觉并不好

3、求一份网页设计与制作的作品,要div+css代码的

这个不就是web吗,
我这里有现成的,
希望能帮到你

4、求css+div静态页面制作练习页面。。。

建议你去 找 div+css模版 找到了 就可以按照那些模版 来练习 ,具体的可以百度div+css模版

5、div+css网页制作作业

我有大二时做的dreamweaver的网页作业。有20份作业的源文件。任你挑选。
邮箱我就不单独发了,为了方便大家下载参考。
我把网页作业源文件打包上传到我的百度网盘。可以直接下载,不需要注册,也不需要积分。
网盘的下载地址,公布于本人的百度空间的文章中。
找不到或者有什么问题的可以私信我

6、求一个网页制作大作业 十个页面,div+css希望好看一点的~~~~~

如果你简单需要几个网页,互相跳转,页面显示一些图片和文字。我还可以帮你。
如果你对于div,css这些要求高,那么你只能求助美工ui设计师了。
这个一般人做不了,

7、求一个网页制作高手用div+css做一个网页布局 急 谢谢!!!!!!!!!!!

<!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>
<style type="text/css">
#containt{ height:530px; width:400px; margin:0 auto; border:1px solid #000000;}
#top{ height:100px; width:380px; margin-top:7px; margin-left:9px;}
#top_left{ height:100px; width:138px; float:left; border:1px solid #000000; border-right:none;}
#top_right{ height:100px; width:238px; float:left; border:1px solid #000000;}
#content{ height:50px; width:380px; margin-top:5px; margin-left:9px; border:1px solid #000000;}
#bottom{ height:350px; width:380px; margin-top:5px; margin-left:9px;}
#bom_left{ height:350px; width:138px; float:left; border:1px solid #000000;}
#bom_right{ height:350px; width:235px; float:left; border:1px solid #000000; margin-left:3px;}
.b_r_div{ height:100px; width:68px; margin-left:6px; float:left; margin-top:5px; border:1px solid #000000;}
#b_r_bottom{ height:120px; width:225px; margin-left:5px; float:left; margin-top:5px; border:1px solid #000000;}
</style>
</head>
<body>
<div id="containt">
<div id="top">
<div id="top_left"></div>
<div id="top_right"></div>
</div>
<div id="content"></div>
<div id="bottom">
<div id="bom_left"></div>
<div id="bom_right">
<div class="b_r_div"></div>
<div class="b_r_div"></div>
<div class="b_r_div"></div>
<div class="b_r_div"></div>
<div class="b_r_div"></div>
<div class="b_r_div"></div>
<div id="b_r_bottom"></div>
</div>
</div>
</div>
</body>
</html>

8、求网页设计作业!需要用Div+Css布局。关于个人网页的制作,有代码,至少六个页面组成。要求有学号

六页面。。。
要求多,
分低
看看楼下谁接活^_^

与网页设计divcss试题相关的知识