天天看点

《HTML5 开发实例大全》——导读

《HTML5 开发实例大全》——导读

前言

从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 使用&lt; details &gt;标记元素实现交互</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 使用&lt; summary &gt;标记元素实现交互</a>

<a href="https://yq.aliyun.com/articles/97711">1.10 使用&lt; menu &gt;标记元素实现菜单交互</a>

<a href="https://yq.aliyun.com/articles/97717">1.11 实现右键菜单功能</a>

<a href="https://yq.aliyun.com/articles/97731">1.12 使用&lt; command &gt;标记元素实现动态对话框效果</a>

<a href="https://yq.aliyun.com/articles/97738">1.13 使用&lt; progress &gt;标记元素实现进度条效果</a>

<a href="https://yq.aliyun.com/articles/97738">1.14 使用&lt; meter &gt;标记元素实现百分比效果</a>

<a href="https://yq.aliyun.com/articles/97747">1.15 设置&lt; progress &gt;进度条的样式</a>

<a href="https://yq.aliyun.com/articles/97752">1.16 使用&lt; html &gt;根元素显示文字</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 使用&lt; cite &gt;元素引用文档</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 使用&lt; object &gt;元素在网页中显示一个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 联合使用&lt; section &gt;和&lt; article &gt;标签</a>

<a href="https://yq.aliyun.com/articles/97919">1.31 在网页中显示联系信息</a>

<a href="https://yq.aliyun.com/articles/97922">1.32 在表单中使用&lt; object &gt;元素插入一个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章 游戏实战前言

继续阅读