急求一个成品html网页代码、简单的就好、选修作业

如题... 如题 展开
 我来答
  • 你的回答被采纳后将获得:
  • 系统奖励15(财富值+成长值)+难题奖励30(财富值+成长值)
帐号已注销
2022-01-06 · 超过21用户采纳过TA的回答
知道答主
回答量:183
采纳率:60%
帮助的人:14.6万
展开全部
可以找个网页,`右键另存为`,即可得到对应的成品html网页,除了背景图和字体可能会有一些问题,一搬都会比较正常
比如,某度首页就是相当简单的,可以试试
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
博思aippt
2024-07-20 广告
博思AIPPT是基于ai制作PPT的智能在线工具,它提供了4种AI制作PPT的方式,包括AI生成大纲、AI直接生成PPT、文本生成PPT、AI提炼文档生成PPT,一站式集成多种AI生成PPT的方式,可满足办公用户的不同需求和使用场景。ai生... 点击进入详情页
本回答由博思aippt提供
wshqwy
推荐于2018-03-22 · TA获得超过165个赞
知道小有建树答主
回答量:70
采纳率:0%
帮助的人:55.5万
展开全部
<!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=big5" />
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title>Wedding Products Series</title>
<style type="text/css">
body {
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
}
#apDiv1 {
position: absolute;
width: 324px;
height: 296px;
z-index: 1;
left: 621px;
top: 745px;
}
#apDiv2 {
position: absolute;
width: 200px;
height: 115px;
z-index: 1000;
left: 72px;
top: 747px;
}
#apDiv3 {
position: absolute;
width: 200px;
height: 115px;
z-index: 1000;
left: 294px;
top: 744px;
}
.hh {
font-family: "Arial Unicode MS";
font-size: 14px;
color: #FFFFFF;
}
.f {
font-family: "Arial Unicode MS";
font-size: 14px;
color: #000;
}
a:link {
color: #FFF;
text-decoration: none;
}
a:visited {
color: #FFF;
text-decoration: none;
}
a:hover {
text-decoration: none;
}
a:active {
text-decoration: none;
}
.h { font-family: Arial;
font-size: 12px;
text-align: left;
}
.hh1 {font-family: Arial;
font-size: 14px;
color: #FFFFFF;
}
.KEY2 {font-family: Arial;
font-size: 24px;
color: #E6E6E6;
}
.key {font-size: 12px;
text-decoration: none;
font-family: Arial;
color: #E6E6E6;
}
</style>
</head>
<body>

<table width="850" border="0" align="center">
<tr>
<td colspan="2"><table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td><a href="backdrop1123h.asp" target="_self"><img src="imges/wedding/wed10.gif" width="356" height="340" border="0" /></a></td>
<td align="right"><a href="tailiji1123.asp" target="_self"><img src="imges/wedding/wed8.gif" width="287" height="341" border="0" /></a></td>
</tr>
</table></td>
<td width="198" rowspan="2" ><table width="196" border="0" cellspacing="0" cellpadding="0">
<tr>
<td><a href="qianmingban1123.asp" target="_self"><img src="imges/wedding/wed3.gif" width="196" height="142" border="0"/></a></td>
</tr>
<tr>
<td style="padding-top:2px;"><a href="zuoweibiao1123.asp" target="_self"><img src="imges/wedding/wed4.gif" width="196" height="372" border="0"/></a></td>
</tr>
</table></td>
</tr>
<tr>
<td width="223" ><a href="jiehunka1123.asp" target="_self"><img src="imges/wedding/wed7.gif" width="226" height="173" border="0"/></a></td>
<td width="415" ><a href="xiangtao1123.asp" target="_self"><img src="imges/wedding/wed5.gif" width="416" height="173" border="0"/></a></td>
</tr>
<tr>
<td colspan="3"><img src="imges/wedding/wed1.gif" width="100%" /></td>
</tr>
<tr>
<td colspan="3"><img src="imges/wedding/wed6.gif" width="850" height="321" border="0" usemap="#Map" /></td>
</tr>
<tr>
<td colspan="3"><!--#include file="wedding_bottom.html"--></td>
</tr>
<tr>
<td colspan="3"><span class="key">我们有完整的产品类型, 提供一站式喷画印刷服务, 资料齐备, 以及有专业的客户服务团队, 我们的产品包括</span></td>
</tr>
</table>
<a href="qianmingban1123.asp" target="_self"></a><a href="zuoweibiao1123.asp" target="_self"></a>
<map name="Map" id="Map">
<area shape="rect" coords="55,25,218,274" href="aidexuanyan1123.asp" target="_self" />
<area shape="rect" coords="248,85,436,310" href="hunlichangkan1123.asp" target="_self" />
<area shape="rect" coords="572,63,822,307" href="xinrenzhanban1123.asp" target="_self" />
</map>
</body>
<script language="JavaScript">
function click() {
if (event.button==2) {
alert('欢迎光临,如对本公司产品或业务有兴趣可至电本公司咨询.')
}
}
document.onmousedown=click
</script>
<script language="JavaScript">
document.oncontextmenu=new Function("event.returnValue=false;");
document.onselectstart=new Function("event.returnValue=false;");
</script>
</html>
本回答被提问者和网友采纳
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
收起 1条折叠回答
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

下载百度知道APP,抢鲜体验
使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。
扫描二维码下载
×

类别

我们会通过消息、邮箱等方式尽快将举报结果通知您。

说明

0/200

提交
取消

辅 助

模 式