
前言
從html 5标準被推出以來,經過幾年的探索和發展,在浏覽器公司的努力下,到本書截稿為止,html 5已經成為新一代網頁技術的标準。目前已經有衆多浏覽器支援html 5的新功能,并且android和ios等智能手機平台也支援html 5。
從技術角度而言,html 5有兩大特點:首先,強化了 web 網頁的表現性能;其次,追加了本地資料庫等 web 應用的功能。廣義論及html 5時,實際指的是包括html、css和javascript在内的一套技術組合。它希望能夠減少浏覽器對于需要插件的豐富性網絡應用服務(plug-in-based rich internet application,ria),如adobe flash、microsoft silverlight與oracle javafx的需求,并且提供更多能有效增強網絡應用的标準集。
[第1章 千裡之行 始于足下——基本元素實戰
<a href="https://yq.aliyun.com/articles/97668">1.2 在頁面中輸出一段文字</a>
<a href="https://yq.aliyun.com/articles/97673">1.3 使用html 5的新元素對頁面進行分欄設計</a>
<a href="https://yq.aliyun.com/articles/97678">1.4 使用css修飾html 5頁面</a>
<a href="https://yq.aliyun.com/articles/97685">1.5 使用< details >标記元素實作互動</a>
<a href="https://yq.aliyun.com/articles/97688">1.6 使用腳本控制互動的元素</a>
<a href="https://yq.aliyun.com/articles/97688">1.7 實作下拉彈出效果</a>
<a href="https://yq.aliyun.com/articles/97699">1.8 無重新整理彈出圖檔和文字</a>
<a href="https://yq.aliyun.com/articles/97704">1.9 使用< summary >标記元素實作互動</a>
<a href="https://yq.aliyun.com/articles/97711">1.10 使用< menu >标記元素實作菜單互動</a>
<a href="https://yq.aliyun.com/articles/97717">1.11 實作右鍵菜單功能</a>
<a href="https://yq.aliyun.com/articles/97731">1.12 使用< command >标記元素實作動态對話框效果</a>
<a href="https://yq.aliyun.com/articles/97738">1.13 使用< progress >标記元素實作進度條效果</a>
<a href="https://yq.aliyun.com/articles/97738">1.14 使用< meter >标記元素實作百分比效果</a>
<a href="https://yq.aliyun.com/articles/97747">1.15 設定< progress >進度條的樣式</a>
<a href="https://yq.aliyun.com/articles/97752">1.16 使用< html >根元素顯示文字</a>
[1.17 通過标簽設定目标連結 ]()
<a href="https://yq.aliyun.com/articles/97896">1.18 通過javascript腳本擷取并顯示文本框的内容</a>
<a href="https://yq.aliyun.com/articles/97901">1.19 實作樹節點效果</a>
<a href="https://yq.aliyun.com/articles/97902">1.20 分組清單顯示網頁中的内容</a>
<a href="https://yq.aliyun.com/articles/97903">1.21 在網頁中突出顯示某些文字</a>
<a href="https://yq.aliyun.com/articles/97904">1.22 使用< cite >元素引用文檔</a>
<a href="https://yq.aliyun.com/articles/97905">1.23 在網頁中顯示一幅圖檔</a>
<a href="https://yq.aliyun.com/articles/97906">1.24 在網頁中顯示一個文本架構</a>
<a href="https://yq.aliyun.com/articles/97907">1.25 使用< object >元素在網頁中顯示一個flash</a>
<a href="https://yq.aliyun.com/articles/97908">1.26 使用滑鼠光标拖動網頁中的文字</a>
<a href="https://yq.aliyun.com/articles/97910">1.27 自動隐藏或顯示網頁中的文字</a>
<a href="https://yq.aliyun.com/articles/97913">1.28 自動檢測輸入的拼音是否正确</a>
<a href="https://yq.aliyun.com/articles/97915">1.29 編輯修改網頁中的文字</a>
<a href="https://yq.aliyun.com/articles/97916">1.30 聯合使用< section >和< article >标簽</a>
<a href="https://yq.aliyun.com/articles/97919">1.31 在網頁中顯示聯系資訊</a>
<a href="https://yq.aliyun.com/articles/97922">1.32 在表單中使用< object >元素插入一個flash</a>
<a href="https://yq.aliyun.com/articles/97927">1.33 實作拖曳和拖放處理</a>
第2章 表單元素實戰
第3章 檔案操作實戰
第4章 音頻和視訊實戰
第5章 繪圖實戰
第6章 資料存儲
第7章 web sockets api通信實戰
第8章 geolocation api實戰
第9章 前背景資料互動——web workers api實戰
第10章 統計圖實戰
第11章 特效實戰
第12章 遊戲實戰前言