秋水落霞外文文献翻译
(含:英文原文及中文译文)
文献出处:Computer Knowledge & Technology, 2013,12(1):31-41
英文原文
Web design and production
M Siegel
Abstract人会投胎吗
雪花的英文The paper will study and discuss methods and tools for personal web page design and production. Bad on the introduction of web design and production language, we focud on using JavaScript as a tool language for actual web page design and production. We ud object-bad JavaScript language, the u of internal object systems, and WEB page information interaction—window and framework. Describe it in detail and u specific examples for verification.
Keywords: web page production, web design, software, html
1 Introduction
With the advent of the 21st century, people feel more and more deeply that the role of computers in life and work is more and more important. More and more professions need computer application skills. Mastering the need for computers is a career, but also the need for career development. Web design and production is a concrete manifestation of computer capabilities. This chapter mainly introduces related knowledge
of web design.
催1.1 Web Design Overview
A website is a way for companies to provide information (including products and rvices) to urs and netizens. It is an infrastructure and information platform for companies to develop e-commerce. It is impossible to leave e-commerce (or just u a third-party website) to talk about e-commerce. . The company's web site is called the “Internet Trademark” and is also part of the company's intangible asts. The website is an important window on the Internet to promote and reflect corporate image and culture.
1.2 Elements of Web Design
The two major elements of web design are: overall style and color matching. First, determine the overall style of the site
Chapter 2 Application of HTML Web Design Technology
2.1 HTML language introduction
HTML (HyperText Mark-up Language) is a hypertext markup language or hypertext markup language. It is the most widely ud language on the Internet and the main language constituting webpage documents.
HTML text is descriptive text compod of HTML commands. HTML commands can describe text, graphics, animations, sounds, forms, links, and so on. The structure of HTML includes two parts: the head and
the body. The head describes the information needed by the browr, and the body contains the specific content to be explained.
2.1.1 Features of HTML Language
HTML document production is not very complicated and powerful. It supports the inlaying of files in different data formats. This is one of the reasons for the popularity of the WWW. The features of the HTML language are as follows:
1. Simplicity: The HTML version upgrade adopts a supert method, which is more flexible and convenient.
2. Extensibility: The extensive u of HTML language has brought about enhanced functions, incread identifiers, and other requirements. HTML takes the form of sub-elements to provide guarantees for system expansion.
3, platform independence. Although PCs are popular, there are plenty of other machines using MAC and so on. HTML can be ud on a wide range of platforms, which is another reason why WWW is prevalent.
2.1.2 HTML language editing software
Write it, too. However, u .htm or .html as an extension when saving, so that the browr can interpret it.
降的反义词是什么
德国使馆2. Semi-WYSIWYG software, this software can greatly improve the development efficiency, it can enable you to make Homepage in a very
short time, and you can learn HTML, this type of software mainly has HOTDOG, as well as domestic Software webpage workshop.
3, WYSIWYG software, using the most extensive editor, you can completely do not know HTML knowledge to make web pages.
2.2.3 JavaScript Technology Ud in Web Design
One, JavaScript Overview
JavaScript is an object-bad and event-driven scripting language with safe performance. The purpo of using it is to implement linking multiple objects in a Web page together with HTML hypertext markup language and Java scripting language (Java applets) to interact with Web clients. This allows you to develop client applications and more. It is implemented by embedding or loading in the standard HTML language. Its appearance has made up for the shortcomings of the HTML language. It is a compromi between Java and HTML. It has the following basic features:
1, is a scripting language
JavaScript is a scripting language that us small blocks to program. Like other scripting languages, JavaScript is also an interpreted language that provides an easy development process.
Its basic structure is very similar to that of C, C++, VB, and Delphi. But unlike the languages, it needs to be compiled first, but it is interpreted line by line during the execution of the program. It is
combined with HTML tags to make it easier for urs to u.
2, bad on the language of the object.
杨用霖JavaScript is an object-bad language that can be viewed as an object-oriented one. This means it can u the objects that it has already created. Therefore, many functions can come from the interaction of methods and scripts in the script environment.
3, simplicity
The esnce of HTML is text, which requires the interpretation of the browr. The HTML editor can be roughly divided into three types: 1. The basic editing software, which can be written using WINDO
WS's own notebook or writing, of cour, if you u WPS The simplicity of compiling JavaScript is mainly reflected in: First, it is a simple and compact design bad on Java basic statements and control flow, which is a very good transition for learning Java. Second, its variable types are weakly typed and do not u strict data types.
4, curity
我要丢了JavaScript is a curity language. It does not allow access to the local hard disk. It does not store data on the rver. It does not allow the modification or deletion of web documents. Information browsing or dynamic interaction can only be achieved through the browr. This effectively prevents data loss.
5, dynamic