下一代WEB开发标准HTML5
作者:dudumao 日期:2010-10-15
什么是 HTML5?
HTML5 将成为 HTML、XHTML 以及 HTML DOM 的新标准。HTML 的上一个版本诞生于 1999 年。自从那以后,Web 世界已经经历了巨变。HTML5 仍处于完善之中。然而,大部分现代浏览器已经具备了某些 HTML5 支持。
新特性、新标签
HTML5 中的一些有趣的新特性:
- 新增用于绘画的 canvas 元素,结合JS在网页上绘制图形;
- 新增用于媒介回放的 video 和 audio 元素,支持.ogg/.mp3/.wav/.mp4网络媒体文件格式;
- 新的特殊内容元素,比如 article、footer、header、nav、section,更利于WEB语义化;
- 新的表单控件,比如 calendar、date、time、email、url、search,增加了对非拉丁字符的支持;
- 对本地离线存储的更好的支持,微数据(标记内容以描述特定类型的信息)的引入;
漫画《标记语言之乱》”xhtml2″vs“xhtml1”vs“html5”
作者:dudumao 日期:2009-10-17
Since the official announcement of W3C to stop working on the development of XHTML 2 in the end of 2009 and increase resources on HTML 5 instead, there has been a lot of confusion and various debates about the “proper”markup language for modern and future web-development. With XHTML 1.0, XHTML 2, HTML 4, HTML 5 and XHTML 5 we have so many languages that it’s really getting hard to keep track!