1 毕 业 设 计(论 文)
论文题目:网页设计与制作 学习中心(或办学单位):电子科技大学
2 摘要 网页设计作为用户界面交互设计的延伸,实在新的媒体和新的技术支持实现一个全新的设计创作领域。设计创作网页与循环其特有的特点和结构思路,具备可实际行和外观时尚。本论文将对网页设计的开发语言开展研究和讨论。在网页设计与制作语言的基础上, 着重使用 HTML作为工具语言进行网页设计与制作 的实际操作,分别对基于对象的 HTML、css、JavaScript进行详细描述并实现网页的开发。
关键字:制作、设计、HTML
3 Summary Web design as an extension of the interactive user interface design, it is a new media and new technologies to support a whole new field of creative design. Design creation of web pages and circulation of its unique characteristics and structure of ideas with the actual line and stylish. The web design of this paper will develop language tools to carry out the study and discussion. On the basis of a website on the design and production of language, focus on using HTML web design and production operations as a tool for language, a detailed description of the object-based HTML, CSS, JavaScript and web page development.
Keywords: production, design, HTML
4 目录 第一章 绪论 ...................................... 5 1.网页设计概述 ....................................................................................................................... 5 1.2网页设计的要素 ................................................................................................................ 5 第二章 HTML语言概述 ............................. 6
2.1什么是HTML文件 .............................................................................................................. 6 2.3HTML格式 ............................................................................................................................ 6 2.5HTML样式 ............................................................................................................................ 8 2.6HTML链接 ............................................................................................................................ 8 2.7HTML表格 ............................................................................................................................ 9 2.8HTML列表 .......................................................................................................................... 11 2.9HTML表单 .......................................................................................................................... 12 第三章 Css的运用 ............................... 16
3.1Css简介 ............................................................................................................................ 16 3.2 Css 基础语法 ................................................................................................................. 16 3.3派生选择器 ...................................................................................................................... 17 3.4 id 和类选择器 ............................................................................................................... 17 3.5 Css 框架型结构 ............................................................................................................. 18 第四章Javascript的运用 ......................... 21
4.1JavaScript 介绍 ............................................................................................................. 21 4.2HTML包含JavaScript 的方法 ....................................................................................... 21 4.3 JavaScript 语句,注释与变量 ................................................................................... 22 4.4JavaScript常用运算符 .................................................................................................. 22 4.5JavaScript 条件语句 ..................................................................................................... 23 4.6函数的定义与应用 .......................................................................................................... 26 4.7HTML事件处理 .................................................................................................................. 27 第五章 WEB页面信息的交互——窗体与框架 ......... 32
5.1窗体基础知识 .................................................................................................................. 32 5.2 窗体中的基本元素 ......................................................................................................... 33 5.3窗体对象实例 .................................................................................................................. 37 5.4 框架 ................................................................................................................................. 40 5.5 框架的访问 ..................................................................................................................... 41 第六章 结束语 ................................... 46