网页制作成品(网页制作成品免费)

skyadmin 37 2023-01-14

本文目录一览:

求一个简单的网页制作成品(HTML的)

自己做呗~~~~反正又不会,就不要答应了,跟他说明就成喽。

要不你找人去学也行啊。

推荐软件:Dreamweaver、简单点儿就直接用WPS或WORDS做好后另存为网页

跪求一网页制作成品,谢谢了啊

呵呵,离毕业时间很近了!

楼主可以到万能网上去看看,

我同学花300请高手做了份,

指导老师很满意他的设计,

现在就等着拿证列!

急求网页制作的成品,简单的网页作业就行!

自己作业自己做啊,Dreamweaver就像Word差不多(如果你是做简单网页)。然后去下载一些现成的模板,然后改一下就行了

麻烦采纳,谢谢!

急求网页制作成品(动态),为7天后交作业,要求使用dreamweaver cs3,内容没有要求,简单点就行。

你可以去百度视频找 Dreamweaver教学

有很多够你慢慢看的了

也可以去找教学光盘下载来看

自己学习吧

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

网页制作成品

给你俩吧!!!如果还想要其他的资料,给我留言。

这是单个的导航条。。。

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

html xmlns=""

head

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

titlenav01/title

style type="text/css"

* {

margin:0;

padding:0;

}

body {

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

font-size:11px;

background:#666;

}

#nav {

margin:100px;

list-style:none;

}

#nav li {

float:left;

}

#nav li a {

padding:10px 20px;

background: url(images/nav.gif) repeat-x;

color:#fff;

text-decoration:none;

text-transform:capitalize;

display:block;

}

#nav li a:hover {

color:#000;

background:#ccc;

border:0px solid #000;

}

#nav li a:active {

background: #333333;

}

/style

/head

body

ul id="nav"

lia href="#"home/a/li

lia href="#"about/a/li

lia href="#"news/a/li

lia href="#"products/a/li

lia href="#"services/a/li

lia href="#"cloents/a/li

lia href="#"blog/a/li

lia href="#"link/a/li

/ul

/body

/html

这是简单网页。。。

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

html xmlns=""

!-- DW6 --

head

!-- Copyright 2005 Macromedia, Inc. All rights reserved. --

titleHome Page/title

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

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

script language="JavaScript" type="text/javascript"

//--------------- LOCALIZEABLE GLOBALS ---------------

var d=new Date();

var monthname=new Array("January","February","March","April","May","June","July","August","September","October","November","December");

//Ensure correct for language. English is "January 1, 2004"

var TODAY = monthname[d.getMonth()] + " " + d.getDate() + ", " + d.getFullYear();

//--------------- END LOCALIZEABLE ---------------

/script

/head

body bgcolor="#F4FFE4"

table width="100%" border="0" cellspacing="0" cellpadding="0"

tr bgcolor="#D5EDB3"

td width="382" colspan="3" rowspan="2"img src="mm_health_photo.jpg" alt="Header image" width="382" height="101" border="0" //td

td width="378" height="50" colspan="3" id="logo" valign="bottom" align="center" nowrap="nowrap"insert website name/td

td width="100%" /td

/tr

tr bgcolor="#D5EDB3"

td height="51" colspan="3" id="tagline" valign="top" align="center"OPTIONAL TAGLINE HERE/td

td width="100%" /td

/tr

tr

td colspan="7" bgcolor="#5C743D"img src="mm_spacer.gif" alt="" width="1" height="2" border="0" //td

/tr

tr

td colspan="7" bgcolor="#99CC66" background="mm_dashed_line.gif"img src="mm_dashed_line.gif" alt="line decor" width="4" height="3" border="0" //td

/tr

tr bgcolor="#99CC66"

td colspan="7" id="dateformat" height="20" script language="JavaScript" type="text/javascript"

document.write(TODAY); /script /td

/tr

tr

td colspan="7" bgcolor="#99CC66" background="mm_dashed_line.gif"img src="mm_dashed_line.gif" alt="line decor" width="4" height="3" border="0" //td

/tr

tr

td colspan="7" bgcolor="#5C743D"img src="mm_spacer.gif" alt="" width="1" height="2" border="0" //td

/tr

tr

td width="165" valign="top" bgcolor="#5C743D"

table border="0" cellspacing="0" cellpadding="0" width="165" id="navigation"

tr

td width="165" br /

br //td

/tr

tr

td width="165"a href="javascript:;" class="navText"topics/a/td

/tr

tr

td width="165"a href="javascript:;" class="navText"guidelines/a/td

/tr

tr

td width="165"a href="javascript:;" class="navText"educators/a/td

/tr

tr

td width="165"a href="javascript:;" class="navText"special needs/a/td

/tr

tr

td width="165"a href="javascript:;" class="navText"food science/a/td

/tr

/table

br /

br /

br /

br / /td

td width="50"img src="mm_spacer.gif" alt="" width="50" height="1" border="0" //td

td width="305" colspan="2" valign="top"img src="mm_spacer.gif" alt="" width="305" height="1" border="0" /br /

br /

br /

table border="0" cellspacing="0" cellpadding="0" width="305"

tr

td class="pageName"WELCOME MESSAGE/td

/tr

tr

td class="bodyText"pThis Home Page layout makes a great starting point for your website. Virtually all of the content is customizable, including the images, the text, and the links. You can decide whether to keep the existing graphics or swap them out for pictures of your own./p

pThe text on this page is intended to help you jumpstart your design by suggesting the sort of content you may want to include, but don't let it limit you. The same is also true for the link text - feel free to change the names of the links to better suit your particular needs. The Home Page layout can be used for multiple pages on your site, or you can choose from the Text, Catalogue, Product, or Calendar layouts as well. Don't be afraid to get creative and combine different page layouts to make your site as engaging as possible. If you have any questions about using Contribute to edit these pages, refer to the Read Me file included with the download or to the Contribute Help System. Have fun and make a great website!/p /td

/tr

/table

br /

br / /td

td width="50"img src="mm_spacer.gif" alt="" width="50" height="1" border="0" //td

td width="190" valign="top"br /

br /

table border="0" cellspacing="0" cellpadding="0" width="190" id="leftcol"

tr

td width="10"img src="mm_spacer.gif" alt="" width="10" height="1" border="0" //td

td width="170" class="smallText"br /

pspan class="subHeader"TITLE HERE/spanbr /

Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam. /p

pspan class="subHeader"TITLE HERE/spanbr /

Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam. /p

pspan class="subHeader"TITLE HERE/spanbr /

Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam. /p

br /

br / /td

td width="10" /td

/tr

/table /td

td width="100%" /td

/tr

tr

td width="165" /td

td width="50" /td

td width="167" /td

td width="138" /td

td width="50" /td

td width="190" /td

td width="100%" /td

/tr

/table

/body

/html

网页制作成品的介绍就聊到这里吧,感谢你花时间阅读本站内容,更多关于网页制作成品免费、网页制作成品的信息别忘了在云尚网络www.ysfad.net进行查找喔。

上一篇:包含推广通使用技巧的词条
下一篇:宝鸡seo优化公司(SEO电子商务优化专员)
相关文章

 发表评论

暂时没有评论,来抢沙发吧~