1、网页设计作业div+css
我有大二时做的dreamweaver的网页作业。有20份作业的源文件。任你挑选。
邮箱我就不单独发回了,为了方便大家答下载参考。
我把网页作业源文件打包上传到我的百度网盘。可以直接下载,不需要注册,也不需要积分。
网盘的下载地址,公布于本人的百度空间的文章中。
找不到或者有什么问题的可以私信我
以上回答你满意么?
2、网页设计里的,html、css、div是什么意思?
html就是做网页页面的标签语言
css是控制显示样式的
div是层
psd格式的模板需要用Photoshop打开
====================================
PSD模板就整个页面布局和样式的设计原稿,需要切片才能应用到网页上去
3、求一个网页制作高手用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>
4、在Dreamweaver中 怎样用DIV+CSS来制作网页
你主要是想问什么?dreamweaver的操作还是不清楚div+css,或者说你不懂怎么写一个页面,div+css也只是内一个思想,首先如果要写容一个网页的话,你根据需要,首先写出结构,可以一部分一部分的实现,然后用css控制结构的样式,达到你希望的样子。
dreamweaver的操作的话,首先创建一个站点,(站点即是一个文件夹)然后根据需要在站点文件夹下创建相应的文件夹,比如存放图片的文件夹,css样式的文件夹,网页的话,一般直接存放在站点文件夹最外面。
建议你问的更详细点。
5、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>
你最好自己先看一下 哪里不理解 可以追问 直接写解释 我感觉并不好
6、网页设计采用div+css有什么好处?
网页设计采用div+css的好处:
1、div+css有利于搜索引擎爬虫:一般而言相同网页页面html文件table布局字节大于div+css布局的字节,所以可以节约搜索引擎爬虫爬行下载页面内容时间。
2、重构页面修改方便(div+css改版方便):一般DIV+CSS页面都是html和css文件分开的也就是说一个网页的内容与表现形式的分离,一般修改小小部分的css文件里css样式属性就可以修改真站的样式版面,如背景颜色、字体颜色、网站宽度等具有table不具备的方便性。
3、div+css页面增加网页打开速度:这里是特性决定了他们的性能,因为div+css页面是div的html和css文件分开的,而浏览器打开该网页的时候是同时下载html和css,所以可以提高网页打开速度,而table还有个特性就是浏览器打开的时候必须是浏览器下载以<table>开始,并</table>结束后才显示该块的内容,而div的html是边加载边将内容呈现到浏览器上,div+css网站大大增强用户体验作用。大家都知道网页多等1秒钟都会降低浏览者的等待时间。
7、请问,网页设计中怎样用div+css进行如下图的分块,谢谢。
如果有成图的话,可以考虑PS切图
手写的话,代码就比较多了
<!DOCTYPE html>8、div+css制作一个小网页
<!DOCTYPE html>看看合适不