html5有哪些新特性,移除了哪些元素
新特性:
1,HTML5和GML,SGML的关系(https://www.cnblogs.com/huanqna/p/8178057.html),主要是关于图像,位置,存储,多任务等功能的增加。
2,html-拖拽释放(Drag and drop) API(https://www.cnblogs.com/zaishiyu/p/15007299.html)。
3,语义化更好的内容标签(header,nav,footer,aside,article,section)。
4,音频、视频API(audio,video)。
5,本地离线存储 localStorage 长期存储数据,浏览器关闭后数据不丢失;sessionStorage 的数据在浏览器关闭后自动删除。
6,表单控件,calendar、date、time、email、url、search(https://www.cnblogs.com/KeithTee/p/15945331.html)。
移除:
1,纯表现的元素:basefont,big,center,font, s,strike,tt,u
2,对可用性产生负面影响的元素:frame,frameset,noframes