网页作业成品免费下载 内容:学生考试大作业作品网页设计成品免费下载,dreamweaver网页设计制作作业下载

你网络搜索一下“原创毕业设计网”,第一个网站里面搜索静态网页设计,我做的,分享给大家。

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

dw很好操作的,第一次入手时可能会生疏点。
不过仔细点,做个简单的静态网页还是很容易的。。。
给你个找了个基础的教怎么使用dw的文章,看下吧。。。

㈢ 求一个网页制作成品作业 个人网页的

在网络随便找复一个个人主页打制开后,点击右键,查看源文件,全选,复制,粘贴到DW里面,然后批量修改源码中涉及的CSS和图片地址!再或者,彻底点,直接将别人的主页点击浏览器···文件··另存为···网页,这样该主页的所有css和图片都被复制下来,你只要简单编辑一下html加入些自己的东西就可以了

㈣ 网页制作成品

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

这是单个的导航条。。。
<!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=utf-8" />
<title>nav01</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">
<li><a href="#">home</a></li>
<li><a href="#">about</a></li>
<li><a href="#">news</a></li>
<li><a href="#">procts</a></li>
<li><a href="#">services</a></li>
<li><a href="#">cloents</a></li>
<li><a href="#">blog</a></li>
<li><a href="#">link</a></li>
</ul>
</body>
</html>

这是简单网页。。。
<!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">
<!-- DW6 -->
<head>
<!-- Copyright 2005 Macromedia, Inc. All rights reserved. -->
<title>Home 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">ecators</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"><p>This 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>

<p>The 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, Proct, 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 />
<p><span class="subHeader">TITLE HERE</span><br />
Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam. </p>

<p><span class="subHeader">TITLE HERE</span><br />
Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam. </p>

<p><span class="subHeader">TITLE HERE</span><br />
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>
希望对你能有所帮助。

㈤ 求一网页制作成品html只为交作业

够呛,自己素材网上搜索吧

㈥ 求一个网页制作的成品(HTML静态网页的)

还是要自己动手写写的呀~曾今我也为了交这个作业一筹莫展

㈦ 求网页设计成品大作业

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

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

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

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

网页1代码:文件名:index1.html
<html>
<head></head>
<body>
<p>i love you!</p>
</body>
</html>
网页2代码:文件名:index2.html
<html>
<head></head>
<body>
<p>i hate you!</p>
</body>
</html>
网页3代码:文件名:index3.html
<html>
<head></head>
<body>
<p>i miss you!</p>
</body>
</html>
网页4代码:文件名:index4.html
<html>
<head></head>
<body>
<p>i miss you too!</p>
</body>
</html>
网页5代码:文件名:index5.html
<html>
<head></head>
<body>
<p>i 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>

㈨ 最简单的网页制作成品

已经发送3份。。。。(希望对你有所帮助。。。同时记得点赞我的回答哦。。

如有网页方面的问题,欢迎去我们团或群--专业网站制作
140391953(网站、网页制作QQ群