個人網頁的設計與制作畢業論文
網絡學院畢業設計畢業論文(實踐)報告系 別 機電系 專 業 計算機網絡技術 題目 個人網頁設計主要內容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第