浙大远程Web程序设计离线作业答案

发布 2022-09-05 01:47:28 阅读 9706

浙江大学远程教育学院《web程序设计》课程作业。

姓名:年级:

李远强2017春。

学号:学习中心:

717129012023浙大校内直属学习中心(紫金港)

html部分。

一、选择题:

1.以下哪个选项能显示成两行文字aa) the first line and

second lineb) the first line and second linec) the first line and

second line

d) the first line and second line

2.postyourresumeaa) mailto:是一种协议cn是email发送的地址b)mailtocn是邮件被发送的地址c)mailtocn是显示在web网页上的超链接d)以上都不对。

3. 标记可以出现在ca)中c) a)和b)都正确。

b) …中。

d)以上都不正确。

4.以下**会生成什么样的frame结构ca)b)

c)d)

5.以下html**在浏览器中的显示结果正确的是a

sample table

cell cell cell cell cell cell cell

a)sample tablecellcell

cellcell

b)sample tablecellcell

cellcell

c)sample tablecell

cellcell

celld)

sample tablecell

cellcell

cellcell

cellcell

cellcellcellcellcellcellcellcellcell

二、简答题:

1、简述web的工作原理。

答:客户机向服务器发送请求,要求服务器执行某项任务,服务器执行该项任务,并向客户机返回响应。

2、什么是html,html有什么作用。

答:html是一种标记语言。作用是用于描述网页的格式设计和它与互联网上其他网页的连接信息。

3、什么是css,css嵌入到网页中有哪几种方式。

答:css的中文称为层叠样式表,是用于控制网页样式并且允许将样式信息与网页内容分离的一种技术。css嵌入到网页中得方式有:

1.定义内部样式块对象2.内联定义。

4、有以下html**,请说明各单元格的背景颜色1月2月。

3月。5月6月。

7月。答:1月绿色2月黑色3月绿色5月绿色6月黑色7月蓝色。

5、创建一个系统登录的html网页,包含一个用户名输入的编辑框、一个密码输入框、一个确认按钮和一个重置按钮答:

j**ascript部分。

一、选择题。

1. j**ascript中onchange(d)事件产生于i] text box中的内容发生变化ii] text area中的内容发生变化iii]选择list box中的项目。

iv]选中checkboxa)以上都正确c)只有i]和iii]

2.有以下html**。

怎样操作才能向服务器提交数据ba)点击“button 1”c) a)和b)都可以。

3.以下j**sscript的运行结果为:**ar m = false;if (m ==true)

true");else

false");a) false二、简答题:

1. j**ascript的功能是什么。

答:j**ascript提供了数据验证的功能,减轻服务器数据处理的负荷,可利用j**ascript进行动态网页的设计。

2.写出以下j**ascript**在浏览器中的显示结果。

b) true

c) none

d)运行时出错。

b)点击“button 2”

b)只有i]和ii]d)只有i], ii]和iii]

d)以上都不正确。

答:43.写出以下j**ascript**在浏览器中的显示结果答:

if (i ==5)

break;

for (j=i;j<10;j++)

+ "j + i*j);

asp及其他。

一、简答题:

1、asp中有哪些主要对象,功能是什么?

答:asp主要对象有6个,对象:利用它可以访问任何基于http请求的所有信息对象:

用于控制发给浏览器的信息对象:用于存储特定的用户会话信息对象:用于共享应用程序的信息对象:

用于访问服务器上得方法和属性对象:用于控制asp脚本初始化事务2、分析以下asp程序**的运行结果<%@language="j**ascript"%>var i;

for (i=1;i<=5;i++)

(i=6;i<=10;i++)

(i=11;i<=15;i++)答:6

78910编程:

1、编写个人简介网页,能够运用**、**等html元素,并结合css,创建**并茂的。

个人资料网页。答:

href=""homeexamplesa page

another pagecontact

width="950" height="350" src="images/" alt=""you can put a description of theimage here if you like, or anything else if you want.""new website launchedjanuary 1st, 2012

2012 sees the redesign of our website. take a look around and let us know what youthink.

read more

width="950" height="350" src="images/" alt=""you can put a description of theimage here if you like, or anything else if you want.""new website launchedjanuary 1st, 2012

2012 sees the redesign of our website. take a look around and let us know what youthink.

read more

first linkanother linkhref="#">and anotherlast one

this standards compliant, fixed width website template is released as an 'open source'

design (under a creative commons attribution 3.0 licence),which means that you are free to use it for anything you want (including modifying andamending it). all i ask is that you le**e the 'design from ' link in the footer ofthe template.

the template uses a l**alamp menu (based on jquery) from href=""here. all of the images were shot by me - use as youwish.

this template has been tested in the following browsers:

first linkanother linkhref="#">and anotherlast one

this standards compliant, fixed width website template is released as an 'open source'

design (under a creative commons attribution 3.0 licence),which means that you are free to use it for anything you want (including modifying andamending it). all i ask is that you le**e the 'design from ' link in the footer ofthe template.

the template uses a l**alamp menu (based on jquery) from href=""here. all of the images were shot by me - use as youwish.

this template has been tested in the following browsers:

home | about me | my portfolio | blog | contact

2012 css3_b&w2. all rights reserved. |design

2、在前一作业的基础上,利用html的表单,为个人主页增加留言功能,服务端采用asp技术,能将其他人的留言按时间顺序显示在个人主页上。答:

留言板。所有留言。

Web程序设计离线作业

浙江大学远程教育学院。web程序设计 课程作业。html部分。一 选择题 1.以下哪个选项能显示成两行文字。a the first line and second line b the first line and second line c the first line and second li...

浙大远程离线作业

浙江大学远程教育学院考查课。法律基础 课程作业。一 简答题 共6小题,每小题5分,共30分 1.法律制定的概念及程序?2.简述我国公民的政治权利和自由。3.民事法律行为无效的条件有哪些?4.的概念及特征。5.合同的概念及特征。6.我国刑罚的概念和种类。二 案例分析题 共4小题,每小题10分,共40分...

浙大远程应用写作离线作业

浙江大学远程教育学院考查课。应用写作 课程作业。关于学习写作的一点感受。曾几何时,我也是个热爱生活热爱折腾热爱阅读的文艺女青年,但是随着时间的推移,步入了社会这个大染缸后,一路的摸爬滚打,俗世的熏染渐渐的心变的越来越麻木,对任何事情都是淡淡的,好像很少有实物可以让人眼前一亮,激情澎湃已经离我越来越远...