首页互联网html网页设计代码作业,网页设计html软件

html网页设计代码作业,网页设计html软件

编程之家2026-05-15889次浏览

老铁们,大家好,相信还有很多朋友对于html网页设计代码作业和网页设计html软件的相关问题不太懂,没关系,今天就由我来为大家分享分享html网页设计代码作业以及网页设计html软件的问题,文章篇幅可能偏长,希望可以帮助到大家,下面一起来看看吧!

html网页设计代码作业,网页设计html软件

求一个html或者css、js的网页设计作业

<!DOCTYPE HTML>

<!-- saved from url=(0014)about:internet-->

<html lang="en-US">

<style type="text/css">

<!--

*{margin:0;padding:0;border:0;}

html网页设计代码作业,网页设计html软件

body{

font-family: arial,宋体, serif;

font-size:12px;

}

#nav{

width:180px;

html网页设计代码作业,网页设计html软件

line-height: 24px;

list-style-type: none;

text-align:left;

/*定义整个ul菜单的行高和背景色*/

}

/*==================一级目录===================*/

#nav a{

width: 160px;

display: block;

padding-left:20px;

/*Width(一定要),否则下面的Li会变形*/

}

#nav li{

background:#CCC;/*一级目录的背景色*/

border-bottom:#FFF 1px solid;/*下面的一条白边*/

float:left;

/*float:left,本不应该设置,但由于在Firefox不能正常显示

继承Nav的width,限制宽度,li自动向下延伸*/

}

#nav li a:hover{

background:#CC0000;/*一级目录onMouseOver显示的背景色*/

}

#nav a:link{

color:#666; text-decoration:none;

}

#nav a:visited{

color:#666;text-decoration:none;

}

#nav a:hover{

color:#FFF;text-decoration:none;font-weight:bold;

}

/*==================二级目录===================*/

#nav li ul{

list-style:none;

text-align:left;

}

#nav li ul li{

background:#EBEBEB;/*二级目录的背景色*/

}

#nav li ul a{

padding-left:20px;

width:160px;

/* padding-left二级目录中文字向右移动,但Width必须重新设置=(总宽度-padding-left)*/

}

/*下面是二级目录的链接样式*/

#nav li ul a:link{

color:#666; text-decoration:none;

}

#nav li ul a:visited{

color:#666;text-decoration:none;

}

#nav li ul a:hover{

color:#F3F3F3;

text-decoration:none;

font-weight:normal;

background:#CC0000;

/*二级onmouseover的字体颜色、背景色*/

}

/*==============================*/

#nav li:hover ul{

left: auto;

}

#nav li.sfhover ul{

left: auto;

}

#content{

clear: left;

}

#nav ul.collapsed{

display: none;

}

-->

#PARENT{

width:300px;

padding-left:20px;

}

</style>

<div id="PARENT">

<ul id="nav">

<li><a rel="external nofollow" href="#Menu=ChildMenu1" onclick="DoMenu('ChildMenu1')">我的网站</a>

<ul id="ChildMenu1" class="collapsed">

<li><a rel="external nofollow" rel="external nofollow" rel="external nofollow" rel="external nofollow" rel="external nofollow" rel="external nofollow" rel="external nofollow" rel="external nofollow" rel="external nofollow" rel="external nofollow" rel="external nofollow" rel="external nofollow" rel="external nofollow" rel="external nofollow" rel="external nofollow" rel="external nofollow" rel="external nofollow" rel="external nofollow" rel="external nofollow" rel="external nofollow" rel="external nofollow" href="#">网页教学网</a></li>

<li><a rel="external nofollow" rel="external nofollow" rel="external nofollow" rel="external nofollow" rel="external nofollow" rel="external nofollow" rel="external nofollow" rel="external nofollow" rel="external nofollow" rel="external nofollow" rel="external nofollow" rel="external nofollow" rel="external nofollow" rel="external nofollow" rel="external nofollow" rel="external nofollow" rel="external nofollow" rel="external nofollow" rel="external nofollow" rel="external nofollow" rel="external nofollow" href="#">管理</a></li>

<li><a rel="external nofollow" rel="external nofollow" rel="external nofollow" rel="external nofollow" rel="external nofollow" rel="external nofollow" rel="external nofollow" rel="external nofollow" rel="external nofollow" rel="external nofollow" rel="external nofollow" rel="external nofollow" rel="external nofollow" rel="external nofollow" rel="external nofollow" rel="external nofollow" rel="external nofollow" rel="external nofollow" rel="external nofollow" rel="external nofollow" rel="external nofollow" href="#">网页教学网</a></li>

<li><a rel="external nofollow" rel="external nofollow" rel="external nofollow" rel="external nofollow" rel="external nofollow" rel="external nofollow" rel="external nofollow" rel="external nofollow" rel="external nofollow" rel="external nofollow" rel="external nofollow" rel="external nofollow" rel="external nofollow" rel="external nofollow" rel="external nofollow" rel="external nofollow" rel="external nofollow" rel="external nofollow" rel="external nofollow" rel="external nofollow" rel="external nofollow" href="#">管理</a></li>

<li><a rel="external nofollow" rel="external nofollow" rel="external nofollow" rel="external nofollow" rel="external nofollow" rel="external nofollow" rel="external nofollow" rel="external nofollow" rel="external nofollow" rel="external nofollow" rel="external nofollow" rel="external nofollow" rel="external nofollow" rel="external nofollow" rel="external nofollow" rel="external nofollow" rel="external nofollow" rel="external nofollow" rel="external nofollow" rel="external nofollow" rel="external nofollow" href="#">网页教学网</a></li>

<li><a rel="external nofollow" rel="external nofollow" rel="external nofollow" rel="external nofollow" rel="external nofollow" rel="external nofollow" rel="external nofollow" rel="external nofollow" rel="external nofollow" rel="external nofollow" rel="external nofollow" rel="external nofollow" rel="external nofollow" rel="external nofollow" rel="external nofollow" rel="external nofollow" rel="external nofollow" rel="external nofollow" rel="external nofollow" rel="external nofollow" rel="external nofollow" href="#">管理</a></li>

</ul>

</li>

<li><a rel="external nofollow" href="#Menu=ChildMenu2" onClick="DoMenu('ChildMenu2')">我的帐务</a>

<ul id="ChildMenu2" class="collapsed">

<a rel="external nofollow" rel="external nofollow" rel="external nofollow" rel="external nofollow" rel="external nofollow" rel="external nofollow" rel="external nofollow" rel="external nofollow" rel="external nofollow" rel="external nofollow" rel="external nofollow" rel="external nofollow" rel="external nofollow" rel="external nofollow" rel="external nofollow" rel="external nofollow" rel="external nofollow" rel="external nofollow" rel="external nofollow" rel="external nofollow" rel="external nofollow" href="#">支付</a></li>

<li><a rel="external nofollow" rel="external nofollow" rel="external nofollow" rel="external nofollow" rel="external nofollow" rel="external nofollow" rel="external nofollow" rel="external nofollow" rel="external nofollow" rel="external nofollow" rel="external nofollow" rel="external nofollow" rel="external nofollow" rel="external nofollow" rel="external nofollow" rel="external nofollow" rel="external nofollow" rel="external nofollow" rel="external nofollow" rel="external nofollow" rel="external nofollow" href="#">管理</a></li>

<li><a rel="external nofollow" rel="external nofollow" rel="external nofollow" rel="external nofollow" rel="external nofollow" rel="external nofollow" rel="external nofollow" rel="external nofollow" rel="external nofollow" rel="external nofollow" rel="external nofollow" rel="external nofollow" rel="external nofollow" rel="external nofollow" rel="external nofollow" rel="external nofollow" rel="external nofollow" rel="external nofollow" rel="external nofollow" rel="external nofollow" rel="external nofollow" href="#">网上支付</a></li>

<li><a rel="external nofollow" rel="external nofollow" rel="external nofollow" rel="external nofollow" rel="external nofollow" rel="external nofollow" rel="external nofollow" rel="external nofollow" rel="external nofollow" rel="external nofollow" rel="external nofollow" rel="external nofollow" rel="external nofollow" rel="external nofollow" rel="external nofollow" rel="external nofollow" rel="external nofollow" rel="external nofollow" rel="external nofollow" rel="external nofollow" rel="external nofollow" href="#">登记汇款</a></li>

<li><a rel="external nofollow" rel="external nofollow" rel="external nofollow" rel="external nofollow" rel="external nofollow" rel="external nofollow" rel="external nofollow" rel="external nofollow" rel="external nofollow" rel="external nofollow" rel="external nofollow" rel="external nofollow" rel="external nofollow" rel="external nofollow" rel="external nofollow" rel="external nofollow" rel="external nofollow" rel="external nofollow" rel="external nofollow" rel="external nofollow" rel="external nofollow" href="#">在线招领</a></li>

<li><a rel="external nofollow" rel="external nofollow" rel="external nofollow" rel="external nofollow" rel="external nofollow" rel="external nofollow" rel="external nofollow" rel="external nofollow" rel="external nofollow" rel="external nofollow" rel="external nofollow" rel="external nofollow" rel="external nofollow" rel="external nofollow" rel="external nofollow" rel="external nofollow" rel="external nofollow" rel="external nofollow" rel="external nofollow" rel="external nofollow" rel="external nofollow" href="#">历史帐务</a></li>

</ul>

</li>

<li><a rel="external nofollow" href="#Menu=ChildMenu3" onClick="DoMenu('ChildMenu3')">网站管理</a>

<ul id="ChildMenu3" class="collapsed">

<li><a rel="external nofollow" rel="external nofollow" rel="external nofollow" rel="external nofollow" rel="external nofollow" rel="external nofollow" rel="external nofollow" rel="external nofollow" rel="external nofollow" rel="external nofollow" rel="external nofollow" rel="external nofollow" rel="external nofollow" rel="external nofollow" rel="external nofollow" rel="external nofollow" rel="external nofollow" rel="external nofollow" rel="external nofollow" rel="external nofollow" rel="external nofollow" href="#">登录</a></li>

<a rel="external nofollow" rel="external nofollow" rel="external nofollow" rel="external nofollow" rel="external nofollow" rel="external nofollow" rel="external nofollow" rel="external nofollow" rel="external nofollow" rel="external nofollow" rel="external nofollow" rel="external nofollow" rel="external nofollow" rel="external nofollow" rel="external nofollow" rel="external nofollow" rel="external nofollow" rel="external nofollow" rel="external nofollow" rel="external nofollow" rel="external nofollow" href="#">管理</a></li>

<li><a rel="external nofollow" rel="external nofollow" rel="external nofollow" rel="external nofollow" rel="external nofollow" rel="external nofollow" rel="external nofollow" rel="external nofollow" rel="external nofollow" rel="external nofollow" rel="external nofollow" rel="external nofollow" rel="external nofollow" rel="external nofollow" rel="external nofollow" rel="external nofollow" rel="external nofollow" rel="external nofollow" rel="external nofollow" rel="external nofollow" rel="external nofollow" href="#">管理</a></li>

<li><a rel="external nofollow" rel="external nofollow" rel="external nofollow" rel="external nofollow" rel="external nofollow" rel="external nofollow" rel="external nofollow" rel="external nofollow" rel="external nofollow" rel="external nofollow" rel="external nofollow" rel="external nofollow" rel="external nofollow" rel="external nofollow" rel="external nofollow" rel="external nofollow" rel="external nofollow" rel="external nofollow" rel="external nofollow" rel="external nofollow" rel="external nofollow" href="#">管理</a></li>

</ul>

</li>

<li><a rel="external nofollow" href="#Menu=ChildMenu4" onClick="DoMenu('ChildMenu4')">网站管理</a>

<ul id="ChildMenu4" class="collapsed">

<li><a rel="external nofollow" rel="external nofollow" rel="external nofollow" rel="external nofollow" rel="external nofollow" rel="external nofollow" rel="external nofollow" rel="external nofollow" rel="external nofollow" rel="external nofollow" rel="external nofollow" rel="external nofollow" rel="external nofollow" rel="external nofollow" rel="external nofollow" rel="external nofollow" rel="external nofollow" rel="external nofollow" rel="external nofollow" rel="external nofollow" rel="external nofollow" href="#">登录</a></li>

<a rel="external nofollow" rel="external nofollow" rel="external nofollow" rel="external nofollow" rel="external nofollow" rel="external nofollow" rel="external nofollow" rel="external nofollow" rel="external nofollow" rel="external nofollow" rel="external nofollow" rel="external nofollow" rel="external nofollow" rel="external nofollow" rel="external nofollow" rel="external nofollow" rel="external nofollow" rel="external nofollow" rel="external nofollow" rel="external nofollow" rel="external nofollow" href="#">管理</a></li>

<li><a rel="external nofollow" rel="external nofollow" rel="external nofollow" rel="external nofollow" rel="external nofollow" rel="external nofollow" rel="external nofollow" rel="external nofollow" rel="external nofollow" rel="external nofollow" rel="external nofollow" rel="external nofollow" rel="external nofollow" rel="external nofollow" rel="external nofollow" rel="external nofollow" rel="external nofollow" rel="external nofollow" rel="external nofollow" rel="external nofollow" rel="external nofollow" href="#">管理</a></li>

<li><a rel="external nofollow" rel="external nofollow" rel="external nofollow" rel="external nofollow" rel="external nofollow" rel="external nofollow" rel="external nofollow" rel="external nofollow" rel="external nofollow" rel="external nofollow" rel="external nofollow" rel="external nofollow" rel="external nofollow" rel="external nofollow" rel="external nofollow" rel="external nofollow" rel="external nofollow" rel="external nofollow" rel="external nofollow" rel="external nofollow" rel="external nofollow" href="#">管理</a></li>

<li><a rel="external nofollow" rel="external nofollow" rel="external nofollow" rel="external nofollow" rel="external nofollow" rel="external nofollow" rel="external nofollow" rel="external nofollow" rel="external nofollow" rel="external nofollow" rel="external nofollow" rel="external nofollow" rel="external nofollow" rel="external nofollow" rel="external nofollow" rel="external nofollow" rel="external nofollow" rel="external nofollow" rel="external nofollow" rel="external nofollow" rel="external nofollow" href="#">管理</a></li>

</ul>

</li>

</ul>

</div>

<script type=text/javascript><!--

var LastLeftID="";

function menuFix(){

var obj= document.getElementById("nav").getElementsByTagName("li");

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

obj[i].onmouseover=function(){

this.className+=(this.className.length>0?"":"")+"sfhover";

}

obj[i].onMouseDown=function(){

this.className+=(this.className.length>0?"":"")+"sfhover";

}

obj[i].onMouseUp=function(){

this.className+=(this.className.length>0?"":"")+"sfhover";

}

obj[i].onmouseout=function(){

this.className=this.className.replace(new RegExp("(?|^)sfhover\\b"),"");

}

}

}

function DoMenu(emid)

{

var obj= document.getElementById(emid);

obj.className=(obj.className.toLowerCase()=="expanded"?"collapsed":"expanded");

if((LastLeftID!="")&&(emid!=LastLeftID))//关闭上一个Menu

{

document.getElementById(LastLeftID).className="collapsed";

}

LastLeftID= emid;

}

function GetMenuID()

{

var MenuID="";

var _paramStr= new String(window.location.href);

var _sharpPos= _paramStr.indexOf("#");

if(_sharpPos>= 0&& _sharpPos< _paramStr.length- 1)

{

_paramStr= _paramStr.substring(_sharpPos+ 1, _paramStr.length);

}

else

{

_paramStr="";

}

if(_paramStr.length> 0)

{

var _paramArr= _paramStr.split("&");

if(_paramArr.length>0)

{

var _paramKeyVal= _paramArr[0].split("=");

if(_paramKeyVal.length>0)

{

MenuID= _paramKeyVal[1];

}

}

/*

if(_paramArr.length>0)

{

var _arr= new Array(_paramArr.length);

}

//取所有#后面的,菜单只需用到Menu

//for(var i= 0; i< _paramArr.length; i++)

{

var _paramKeyVal= _paramArr[i].split('=');

if(_paramKeyVal.length>0)

{

_arr[_paramKeyVal[0]]= _paramKeyVal[1];

}

}

*/

}

if(MenuID!="")

{

DoMenu(MenuID)

}

}

GetMenuID();//*这两个function的顺序要注意一下,不然在Firefox里GetMenuID()不起效果

menuFix();

--></script>

求网页设计作业

一、先从Dreamwear或FrontPage入手。因为这两个软件的使用比较简单,只要你会使用word等软件就会很快上手。

二、只用这两个软件做出的网页不是很美观,这时可看看别人网页的源代码,注意别人源代码中css的用法,就是代码前面部分的<style type="text/css">.....</style>。用css定义网页的字体、间距等,网页就美观多了!

三、网页制作最基本要掌握的是表格的制作,建议你找一个现成的网页,打开它的源代码,仔细研究表格的代码,注意学习时要有耐心,不要怕麻烦,不要怕失败,要用相当长的时间把表格的制作学通、学精,为以后制作动态网页奠定良好基础。

三、掌握了css用法和表格制作方法后,就可直接在记事本里编写或改写代码了,如果能在记事本里熟练地编写代码,那么离成功也就不远了!

四、现在编写的只是静态网页,所谓静态网页是指所有网页内容的更新需要重新改写代码才能完成。我要告诉你的是必须先掌握静态网页的制作才能过渡到动态网页的制作,所以学习静态网页的制作非常重要!

五、熟练掌握静态网页的制作后,就可学习动态网页的制作了,所谓的动态网页,不要单单理解为网页上有动画就是动态网页,那是不对的,真正的动态网页是指有后台程序的支持,依托数据库实现网页内容的显示。学习动态网页的制作需要有一定的数据库编程知识,我建议你从最简单的Access入手,学习如何建立数据库;其次买些Asp编写代码的书籍,买时选择带光盘有源程序的那种,可将源程序拷到你的机子上,便于你学习研究。

六、动态网页的制作除了Access+Asp外,现在流行的还有Sql+php,sql+jsp等。

简单的网页设计,HTML,css,大学生作业(很简单)

一、👨‍🎓网站题目

🏫校园班级网页设计、👨‍🎓我的班级网页、我的学校、👩‍🎓校园社团、校园运动会、等网站的设计与制作。

二、✍️网站描述

🏷️HTML我的班级网页设计,采用DIV+CSS布局,共有多个页面,排版整洁,内容丰富,主题鲜明,首页使用CSS排版比较丰富,色彩鲜明有活力,导航与正文字体分别设置不同字号大小。导航区域设置了背景图。子页面有纯文字页面和图文并茂页面。

🏅一套优质的💯网页设计应该包含(具体可根据个人要求而定)

页面分为页头、菜单导航栏(最好可下拉)、中间内容板块、页脚四大部分。

所有页面相互超链接,可到二三级页面,有多页面组成。

页面样式风格统一布局显示正常,不错乱,使用Div+Css技术。

菜单美观、醒目,二级菜单可正常弹出与跳转。

可选有JS特效,如定时切换和手动切换图片轮播。

页面中有多媒体元素,如gif、视频、音乐,表单技术的使用。

页面清爽、美观、大方,不雷同。。

不仅要能够把用户要求的内容呈现出来,还要满足布局良好、界面美观、配色优雅、表现形式多样等要求。

文章分享结束,html网页设计代码作业和网页设计html软件的答案你都知道了吗?欢迎再次光临本站哦!

java和python,python和c++学哪个好c语言编译器在线编译(C++编译器手机版)