html网页制作成品下载(html网页制作成品下载不了)

http://www.itjxue.com  2023-02-03 20:16  来源:未知  点击次数: 

跪求,网页制作成品,用HTML和CSS制作的,要有源代码,只为交作业,十万火急!!!

!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" ""

html

head

title新疆行知书/title

link href="20.css" rel="stylesheet" type="text/css"

/head

body

div id="container"

div id="banner"img src="banner.jpg"/div

div id="globallink"

ul

lia href="#"首页/a/li

lia href="#"新疆简介/a/li

lia href="#"风土人情/a/li

lia href="#"吃在新疆/a/li

lia href="#"路线选择/a/li

lia href="#"自助行/a/li

lia href="#"摄影摄像/a/li

lia href="#"游记精选/a/li

lia href="#"资源下载/a/li

lia href="#"雁过留声/a/li

/ul

br

/div

div id="left"

div id="weather"

h3span天气查询/span/h3

ul

li乌鲁木齐???雷阵雨 20℃-31℃/li

li吐鲁番???多云转阴 20℃-28℃/li

li喀什???阵雨转多云 25℃-32℃/li

li库尔勒???阵雨转阴 21℃-28℃/li

li克拉马依???雷阵雨 26℃-30℃/li

/ul

br

/div

div id="today"

h3span今日推荐/span/h3

ul

lia href="#"img src="tuijian1.jpg"/a/li

lia href="#"喀纳斯河/a/li

lia href="#"img src="tuijian2.jpg"/a/li

lia href="#"布尔津/a/li

lia href="#"img src="tuijian3.jpg"/a/li

lia href="#"天山之路/a/li

/ul

br

/div

/div

div id="middle"

div id="ghost"a href="#" title="魔鬼城探秘"img src="ghost.jpg" border="0"/a/div

div id="beauty"

h3span美景寻踪/span/h3

ul

lia href="#"img src="beauty1.jpg"/a/li

lia href="#"img src="beauty2.jpg"/a/li

lia href="#"img src="beauty3.jpg"/a/li

lia href="#"img src="beauty4.jpg"/a/li

/ul

br

/div

div id="route"

h3span线路精选/span/h3

ul

lia href="#"吐鲁番——库尔勒——库车——塔中——和田——喀什/a/li

lia href="#"乌鲁木齐——天池——克拉马依——乌伦古湖——喀纳斯/a/li

lia href="#"乌鲁木齐——奎屯——乔尔玛——那拉提——巴音布鲁克/a/li

lia href="#"乌鲁木齐——五彩城——将军隔壁——吉木萨尔/a/li

/ul

br

/div

/div

div id="right"

div id="map"

h3span新疆风光/span/h3

pa href="#" title="点击看大图"img src="map1.jpg"/a/p

pa href="#" title="点击看大图"img src="map2.jpg"/a/p

/div

div id="food"

h3span小吃推荐/span/h3

ul

lia href="#"17号抓饭/a/li

lia href="#"大盘鸡/a/li

lia href="#"五一夜市/a/li

lia href="#"水果/a/li

/ul

br

/div

div id="life"

h3span宾馆酒店/span/h3

ul

lia href="#"美丽华大饭店/a/li

lia href="#"海德大饭店/a/li

lia href="#"银都大饭店/a/li

lia href="#"鸿福大饭店/a/li

lia href="#"友好大酒店/a/li

lia href="#"棉麻宾馆/a/li

lia href="#"电信宾馆/a/li

/ul

br

/div

/div

div id="footer"

p艾萨克 ?版权所有 a href="mailto:demo@demo.com"demo@demo.com/a/p

/div

/div

/body

/html

css为:

body{

background-color:#2286c6;

margin: 0px;

padding:0px;

text-align:center;

font-size:12px;

font-family:Arial, Helvetica, sans-serif;

}

#container{

position:relative;

margin:0px auto 0px auto;

width:780px;

text-align:left;

}

div br{

display:none;

}

#globallink{

margin:0px; padding:0px;

}

#globallink ul{

list-style:none;

padding:0px; margin:0px;

}

#globallink li{

float:left;

text-align:center;

width:78px;

}

#globallink a{

display:block;

padding:9px 6px 11px 6px;

background:url(button1.jpg) no-repeat;

margin:0px;

}

#globallink a:link, #globallink a:visited{

color:#004a87;

text-decoration:underline;

}

#globallink a:hover{

color:#FFFFFF;

text-decoration:underline;

background:url(button1_bg.jpg) no-repeat;

}

#left{

float:left;

width:200px;

background-color:#FFFFFF;

margin:0px;

padding:0px 0px 5px 0px;

color:#d8ecff;

}

#left div{

background-color:#5ea6eb;

margin:0px 5px 0px 5px;

}

#weather{

background:url(weather.jpg) no-repeat -5px 0px;

margin:0px 5px 0px 5px;

background-color:#5ea6eb;

}

div#left #weather h3{

font-size:12px;

padding:24px 0px 0px 74px;

color:#FFFFFF;

background:none;

margin:0px;

}

div#weather ul{

margin:8px 5px 0px 5px;

padding:10px 0px 8px 5px;

list-style:none;

}

#weather ul li{

background:url(icon1.gif) no-repeat 0px 6px;

padding:1px 0px 0px 10px;

}

#left div h3{

font-size:12px;

padding:4px 0px 2px 15px;

color:#003973;

margin:0px 0px 5px 0px;

background:#bbddff url(icon2.gif) no-repeat 5px 7px;

}

#today{

padding:0px 0px 10px 0px;

}

#today ul{

list-style:none;

margin:-5px 0px 0px 0px;

padding:0px;

}

#today ul li{

text-align:center;

}

#today ul li img{

border:1px solid #FFFFFF;

margin:8px 0px 0px 0px;

}

#today ul li a:link, #today ul li a:visited{

color:#d8ecff;

text-decoration:none;

}

#today ul li a:hover{

color:#FFFF00;

text-decoration:underline;

}

#middle{

background-color:#FFFFFF;

margin:0px 0px 0px 2px;

padding:5px 0px 0px 0px;

width:400px; float:left;

}

#middle div{

margin-left:5px;

margin-right:5px;

position:relative;

}

#middle h3{

margin:0px; padding:0px;

height:41px;

}

#middle h3 span{

display:none; /* 文字去掉,换成图片 */

}

#beauty{

margin:15px 0px 0px 0px;

padding:0px;

}

#beauty h3{

background:url(picture_h1.gif) no-repeat;

}

#beauty ul, #route ul{

list-style:none;

margin:8px 1px 0px 1px;

padding:0px;

}

#beauty ul li{

float:left;

width:97px;

text-align:center;

}

#beauty ul li img{

border:1px solid #4ab0ff;

}

#route{

clear:both; margin:0px;

padding:5px 0px 15px 0px;

}

#route h3{

background:url(route_h1.gif) no-repeat;

}

#route ul li{

padding:3px 0px 0px 30px;

background:url(icon1.gif) no-repeat 20px 7px;

}

#route ul li a:link, #route ul li a:visited{

color:#004e8a;

text-decoration:none;

}

#route ul li a:hover{

color:#000000;

text-decoration:underline;

}

#right{

float:left;

margin:0px 0px 1px 2px;

width:176px;

background-color:#FFFFFF;

color:#d8ecff;

}

#right div{

position:relative;

margin-left:5px;

margin-right:5px;

background-color:#5ea6eb;

}

#right div h3{

font-size:12px;

padding:4px 0px 2px 15px;

color:#003973;

margin:0px 0px 5px 0px;

background:#bbddff url(icon2.gif) no-repeat 5px 7px;

}

#map{

margin-top:5px;

}

#map p{

text-align:center;

margin:0px;

padding:2px 0px 5px 0px;

}

#map p img{

border:1px solid #FFFFFF;

}

#food{

padding-top:10px;

}

#food ul, #life ul{

list-style:none;

padding:0px 0px 10px 0px;

margin:10px 10px 0px 10px;

}

#food ul li, #life ul li{

background:url(icon1.gif) no-repeat 3px 9px;

padding:3px 0px 3px 12px;

border-bottom:1px dashed #EEEEEE;

}

#food ul li a:link, #food ul li a:visited, #life ul li a:link, #life ul li a:visited{

color:#d8ecff;

text-decoration:none;

}

#food ul li a:hover, #life ul li a:hover{

color:#000000;

text-decoration:none;

}

#life{

padding-top:10px;

padding-bottom:5px;

margin-bottom:5px;

}

#footer{

background-color:#FFFFFF;

margin:1px 0px 0px 0px;

clear:both;

position:relative;

padding:1px 0px 1px 0px;

}

#footer p{

text-align:center;

padding:0px;

margin:4px 5px 4px 5px;

background-color:#5ea6eb;

}

#footer p a{

color:#FFFFFF;

text-decoration:none;

}

dw简单网页制作成品 学生作业 静态网页

!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" ""

html xmlns=""

head

meta http-equiv="Content-Type" content="text/html; charset=utf-8" /

title发表评论/title

script type="text/javascript"

var fireworks = function(){

this.size = 20;

this.rise();

}

fireworks.prototype = {

color:function(){

var c = ['0','3','6','9','c','f'];

var t = [c[Math.floor(Math.random()*100)%6],'0','f'];

t.sort(function(){return Math.random()0.5?-1:1;});

return '#'+t.join('');

},

aheight:function(){

var h = document.documentElement.clientHeight-250;

return Math.abs(Math.floor(Math.random()*h-200))+201;

},

firecracker:function(){

var b = document.createElement('div');

var w = document.documentElement.clientWidth;

b.style.position = 'absolute';

b.style.color = this.color();

b.style.bottom = 0;

b.style.left = Math.floor(Math.random()*w)+1+'px';

document.body.appendChild(b);

return b;

},

rise:function(){

var o = this.firecracker();

var n = this.aheight();

var c = this.color;

var e = this.expl;

var s = this.size;

var k = n;

var m = function(){

o.style.bottom = parseFloat(o.style.bottom)+k*0.1+'px';

k-=k*0.1;

if(k2){

clearInterval(clear);

e(o,n,s,c);

}

}

o.innerHTML = '.';

if(parseInt(o.style.bottom)n){

var clear = setInterval(m,20);

}

},

expl:function(o,n,s,c){

var R=n/3,Ri=n/6,Rii=n/9;

var r=0,ri=0,rii=0;

for(var i=0;is;i++){

var span = document.createElement('span');

var p = document.createElement('i');

var a = document.createElement('a');

span.style.position = 'absolute';

span.style.fontSize = n/10+'px';

span.style.left = 0;

span.style.top = 0;

span.innerHTML = '*';

p.style.position = 'absolute';

p.style.left = 0;

p.style.top = 0;

p.innerHTML = '*';

a.style.position = 'absolute';

a.style.left = 0;

a.style.top = 0;

a.innerHTML = '*';

o.appendChild(span);

o.appendChild(p);

o.appendChild(a);

}

function spr(){

r += R*0.1;

ri+= Ri*0.06;

rii+= Rii*0.06;

sp = o.getElementsByTagName('span');

p = o.getElementsByTagName('i');

a = o.getElementsByTagName('a');

for(var i=0; isp.length;i++){

sp[i].style.color = c();

p[i].style.color = c();

a[i].style.color = c();

sp[i].style.left=r*Math.cos(360/s*i)+'px';

sp[i].style.top=r*Math.sin(360/s*i)+'px';

sp[i].style.fontSize=parseFloat(sp[i].style.fontSize)*0.96+'px';

p[i].style.left=ri*Math.cos(360/s*i)+'px';

p[i].style.top=ri*Math.sin(360/s*i)+'px';

p[i].style.fontSize=parseFloat(sp[i].style.fontSize)*0.96+'px';

a[i].style.left=rii*Math.cos(360/s*i)+'px';

a[i].style.top=rii*Math.sin(360/s*i)+'px';

a[i].style.fontSize=parseFloat(sp[i].style.fontSize)*0.96+'px';

}

R-=R*0.1;

if(R2){

o.innerHTML = '';

o.parentNode.removeChild(o);

clearInterval(clearI);

}

}

var clearI = setInterval(spr,20);

}

}

window.onload = function(){

function happyNewYear(){

new fireworks();

}

setInterval(happyNewYear,1000);

}

/script

style type="text/css"

.STYLE2 {font-size: 24px; color: #FFFFFF; }

/style

script language="javascript"

function mbcheck()

{

if(document.form1.text.value=="")

{

alert("请输入留言内容");

document.form1.text.focus();

return false;

}

return true;

}

/script

style type="text/css"

!--

body {

background-color: #CCFFFF;

}

--

/style

/head

body

table width="1099" height="120" border="0" align="center"

tr

td width="120" height="120" align="left" valign="top"img src="picture/未命名-1.png" width="1100" height="120" //td

/tr

/table

table align="center"

tr align="center"

td width="122" height="40" bgcolor="#6666FF" class="STYLE10"a href="index.asp"首页/a/td

td width="148" bgcolor="#6666FF"span class="STYLE14"言情小说/span/td

td width="145" bgcolor="#6666FF"玄幻小说/td

td width="127" bgcolor="#6666FF"都市言情/td

td width="118" bgcolor="#6666FF"历史武侠/td

td width="96" bgcolor="#6666FF"恐怖小说/td

td width="147" bgcolor="#6666FF"网络小说/td

td width="148" bgcolor="#6666FF"论坛/td

/tr

/table

/p

form id="form1" name="form1" method="post" action="tiezi-save.asp" onsubmit="return mbcheck();"

???????

table width="600" height="250" border="1" align="center" bordercolor="#171717"

tr

td colspan="2" bgcolor="#8E8E8E"div align="center"span class="STYLE2"发帖/span/div/td

/tr

tr

td width="178" bgcolor="#BEBEBE"span class="STYLE3"/span用户名/td

td width="406" bgcolor="#BEBEBE"span class="STYLE3"

label

input name="name" type="text" id="name" /

/label

/span/td

/tr

tr

td bgcolor="#BEBEBE"span class="STYLE4"请问你想说/span/td

td bgcolor="#BEBEBE"span class="STYLE3"

label

textarea name="message" id="message"/textarea

/label

/span/td

/tr

tr

td colspan="2" bgcolor="#BEBEBE"span class="STYLE3"/spanspan class="STYLE3"

label?????????????????????????

div align="center"

input type="submit" name="Submit" value="提交" /

??????????

input type="reset" name="Submit2" value="重置" /

??????????????????????????????????????? ??/div

/label

label/label

/span/td

/tr

/table

/form

p class="STYLE2"?/p

/body

/html

html网页设计模板素材哪里下载?

网页模板就是已经做好的网页框架,使用网页编辑软件输入自己需要的内容,再发布到自己的网站。你通过千站素材可以下载很多的成品模板以及该模板带有的一套网站系统。通过html网页模板搭建网站有利于保持网页风格的一致;提高工作效率。

急需网页制作成品DW,HTML简单大方,三到四页主题不限,应付期末,快快快

这个很简单,自己做吧,这个不需要在网上下载,下载的模板也不适合做期末作品的。很简单直接原创一份也花不了好久时间的。提供素材30分钟内就搞定了。

急求一个html成品网页代码、作业

您好,这样的:

前提:随便你在电脑里那个盘里新建文件夹,命名为:love,然后在这个文件夹里,分别建六个html文件,命名的话就像下面(如果真的不会,就在文件夹里新建六个txt记事本,建好之后分别重命名为以下的名称。)。

首先,主页为:index.html,另外五个网页为:index1.html,index2.html,index3.html,index4.html,index5.html。

网页1代码:文件名:index1.html

html

head/head

body

pi love you!/p

/body

/html

网页2代码:文件名:index2.html

html

head/head

body

pi hate you!/p

/body

/html

网页3代码:文件名:index3.html

html

head/head

body

pi miss you!/p

/body

/html

网页4代码:文件名:index4.html

html

head/head

body

pi miss you too!/p

/body

/html

网页5代码:文件名:index5.html

html

head/head

body

pi love you too!/p

/body

/html

最终要的是主页代码:index.html,代码如下

html

head/head

body

img src="XXX.JPG"/

a href="index1.html"网页1/a

a href="index2.html"网页2/a

a href="index3.html"网页3/a

a href="index4.html"网页4/a

a href="index5.html"网页5/a

/body

/html

(责任编辑:IT教学网)

更多

推荐JSP教程文章