您的位置首页百科知识

html5 有哪些新特性?

html5 有哪些新特性?

的有关信息介绍如下:

问题补充说明:html5 有哪些新特性?

html5 有哪些新特性?

新特性:

HTML5现在已经不是SGML的子集,主要是关于图像,位置,存储,多任务等功能的增加。

1.拖拽释放(Draganddrop)API

2.语义化更好的内容标签(header,nav,footer,aside,article,section)

3.音频、视频API(audio,video)

4.画布(Canvas)API

5.地理(Geolocation)API

6.本地离线存储localStorage长期存储数据,浏览器关闭后数据不丢失;

7.sessionStorage的数据在浏览器关闭后自动删除

8.表单控件,calendar、date、time、email、url、search

9.新的技术webworker,websocket,Geolocation