web复习资料

合集下载
  1. 1、下载文档前请自行甄别文档内容的完整性,平台不提供额外的编辑、内容补充、找答案等附加服务。
  2. 2、"仅部分预览"的文档,不可在线预览部分如存在完整性等问题,可反馈申请退款(可完整预览的文档不适用该条件!)。
  3. 3、如文档侵犯您的权益,请联系客服反馈,我们会尽快为您处理(人工客服工作时间:9:00-18:30)。

简答题

1.What is the difference between Internet, WWW

and Web?

2.What is CSS?

3.What is JS?

4.What is AJAX?

5.What is RSS?

6.What is HTTP?

7.What is logo?

8.What is Website Development Process?

9.What is a Cookie? 10.What is XML?

11.what is GML?

12.what is SGML?

13. DOM?

14 DTD?

15 DNS

16 WIKI

17 BLOG

18 SAX?

英译汉

1. A Web page consists of HTML code for document structure and CSS code for document presentation. CSS brings unprecedented power of style definition to the web developer. Style sheets can be attached to multiple Web pages, and a page can easily switch style by using different style sheets. The arrangement gives great flexibility to page styling and site maintenance.

2. Design is a process that involves creating and communicating ideas or concepts through form. Designers' primary role is to create perception in their viewer's mind through form. This perception is based on the gestalt theory, which states that the whole is greater than the sum of its parts, meaning that viewers perceive the entire design before they notice the details that make up the whole.

3. As you develop your own Web sites, keep in mind that color is subjective, and color choices will probably be made in collaboration with your clients. Contrast in value, as well as color, plays an imp ortant role in design. Trust your intuition as well as theoretic knowledge when applying color, and remember that color is just one of the factors in your design. It should not be used simply to "enhance" black-and-white forms. It should add something meaningful to your message such as setting the mood, introducing cultural meaning, or connecting through spontaneous associations with your views.

4. The strength of the web lies in its openness, speed, and low cost of entry. Enabling technologies for the web include networking protocols, data encoding formats, clients (browsers), servers, web page markup

and styling languages, and client-side and server-side programming. The web cab deliver text, images, animation, audio, video, and other multimedia content. Standard and proprietary media formats tools, and players are also part of the web. These technologies are still developing and improving. The World Wide Web Consortium(W3C) is a nonprofit organization leading the way in developing open Web standards.

解释下面的CSS代码

第1题

#container

{

margin: 0 auto;

width: 724px;

position: relative;

background: #fff;

padding: 0 10px 0 10px;

text-align: left;

}

#footer

{

background: url("footer.gif") no-repeat;

color: #fff;

height: 48px;

text-align: right;

padding: 0 10px 0 0;

line-height: 26px;

font-size: 11px;

}

#footer a

{

color: #fff;

text-decoration: none;

}

#footer a:hover

{

text-decoration: underline;

} 第2题

body

{

margin: 0;

padding: 0;

color: #333;

font: 13px Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;

background: #fff;

text-align: center;

}

h1

{

background: url("logo.gif");

width: 256px;

height: 25px;

overflow: hidden;

margin: 0;

}

a

{

text-decoration:none;

color:red;

}

a:hover

{

color:green;

}

相关文档
最新文档