半点优化网 http://www.bdxc.net/
当前位置首页 > 网站建设> 正文

急求网页制作作业! 麻烦大家帮我做个网页 一个首页。要求至少有三个链接,内容积极向上吧。 好的话追加。

2022-07-22 01:36:29 暂无评论 75 网站建设 积极向上   追加   首页

<!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>scrollup</title>
<style>
#scrollup {
padding-top: 10px;
padding-right: 10px;
padding-bottom: 5px;
padding-left: 10px;
}
#scrollup h2 {
color: #9EC630;
}
#scrollup ul {
color: #9EC630;
margin: 0px;
}
#scrollup li {
margin-left: 15px;
}
#scrollup a {
text-decoration: none;
}
#scrollup a:hover {
}
#scrollup span {
}
#scrollup_box {
OVERFLOW: hidden;
height: 220px;
text-align: left;
display: block;
margin: 0px;
padding: 0px;
}
#scrollup_li {
padding-top: 0px;
padding-right: 0px;
padding-bottom: 0px;
padding-left: 15px;
background-repeat: no-repeat;
background-position: left center;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
margin-left: 5px;
list-style-type: disc;
display: list-item;
}
#scrollup_li A {
text-decoration: none;
}
</style>
</head>

<body>

<DIV id=scrollup><!-- -->
<h2><a href=# target=_blank>scrollup</a></h2>
<DIV id=scrollup_box>
<DIV id=scrollup_box1>
<P id=scrollup_li><A href=# target=_blank>For more free designs, you can visit m</A></P>
<P id=scrollup_li><A href=# target=_blank>For more free designs, you can visit m</A></P>
<P id=scrollup_li><A href=# target=_blank>For more free designs, you can visit m</A></P>
<P id=scrollup_li><A href=# target=_blank>For more free designs, you can visit m</A></P>
<P id=scrollup_li><A href=# target=_blank>For more free designs, you can visit m</A></P>
<P id=scrollup_li><A href=# target=_blank>For more free designs, you can visit m</A></P>
<P id=scrollup_li><A href=# target=_blank>For more free designs, you can visit m</A></P>
<P id=scrollup_li><A href=# target=_blank>For more free designs, you can visit m</A></P>
<P id=scrollup_li><A href=# target=_blank>For more free designs, you can visit m</A></P>
<P id=scrollup_li><A href=# target=_blank>For more free designs, you can visit m</A></P>
</div>
<DIV id=scrollup_box2></DIV>
<SCRIPT language=javascript>
var rollspeed=60
scrollup_box2.innerHTML=scrollup_box1.innerHTML
function Marquee()
{
if(scrollup_box2.offsetTop-scrollup_box.scrollTop<=0)
scrollup_box.scrollTop-=scrollup_box1.offsetHeight
else
{
scrollup_box.scrollTop++
}
}
var MyMar=setInterval(Marquee,rollspeed)
scrollup_box.onmouseover=function()
{
clearInterval(MyMar)
}
scrollup_box.onmouseout=function()
{
MyMar=setInterval(Marquee,rollspeed)
}

</SCRIPT>
</div>
</DIV>
</body>
</html>