个人网页的设计与制作毕业论文
网络学院毕业设计毕业论文(实践)报告系 别 机电系 专 业 计算机网络技术 题目 个人网页设计主要内容1 网页设计语言概述2 基于对象的 JavaScript 语言3 内部对象系统的使用4 WEB 页面信息的交互窗体与框架5 结 论导师评语成 绩 导 师摘 要本论文将对个人网页设计与制作的方法、工具等展开研究和探讨。在介绍网页设计与制作语言的基础上,着重使用 JavaScript 作为工具语言进行网页设计与制作的实际操作,分别对基于对象的 JavaScript 语言、内部对象系统的使用及WEB 页面信息交互 窗口和框架进行详细描述,并利用具体的实例进行验证。本论文主要章节如下,第一章绪论,本章主要介绍网页设计的相关知识。第二章网页设计语言概述,本章主要介绍网页设计的语言HTML,以及用于编辑 HTML 语言的软件,为后续工作奠定基础。第三章基于对象的JavaScript 语言,本章介绍了基于对象的 JavaScript 中常用内部对象属性、方法的使用。第四章内部对象系统的使用,本章主要介绍使用浏览器的内部对象系统,可实现与 HTML 文档进行交互。第五章WEB 页面信息的交互窗体与框架,本章主要介绍实现网页的动态交互,必须掌握有关窗体对象()和框架对象(Frames)更为复杂的知识。关键词 网页制作 网页设计 HTML ASPAbstracts, tools of web design and production are researched and studied. based on introducing the web design and production of language, JavaScript language are used as a tool to operate the actual web design and production. Object-based JavaScript language and the use of internal object system and interactive WEB page of ination - window and frame are decrypted in detail. Concrete examples are verified.The main sections of this paper are as follows, Chapter I Introduction, this chapter introduces the web design knowledge. Chapter II an overview of web design language, this chapter introduces the language of web design - HTML, as well as software for editing HTML language, lay the foundation for the follow-up. Chapter III object-based JavaScript language, this chapter introduces the JavaScript based on commonly used objects within the object properties, s of use. Chapter IV the use of internal object system, this chapter introduces the browsers internal object system can be realized to interact with HTML documents. Chapter V WEB page interaction ination - and framework, this chapter introduces the realization of dynamic interactive web pages, you must master the object and the framework of the object Frames more complex knowledge.目 录第一章 绪论 .........................................................11.1 网页设计概述 ....................................................11.2 网页设计的要素 ..................................................11.3 本论文工作 ......................................................2第二章 网页设计语言概述 .............................................32.1 HTML 语言介绍 ...................................................32.2 常用的 HTML 语言编辑软件 .........................................42.3 本章小结 ........................................................9第三章 基于对象的 JAVASCRIPT 语言 ...................................103.1 对象的基础知识 .................................................103.2 常用对象的属性和方法 ...........................................133.3 本章小结 .......................................................18第四章 内部对象系统的使用 ..........................................194.1 浏览器对象层次及其主要作用 .....................................194.2 文档对象功能及其作用 ...........................................194.3 内部对象系统实例 ...............................................214.4 本章小结 .......................................................23第