类别:htmlcss / 日期:2022-10-26 / 浏览:265 / 评论:0
html5:
1)标签增删
8 个语义元素 header section footer aside nav main article figure
内容元素 mark 高亮 progress 进度
新的表单控件 calander date time email url search
新的 input 类型 color date datetime datetime-local email
移除过时标签 big font frame frameset
2)canvas 绘图,支持内联 SVG。支持 MathML
3)多媒体 audio video source embed track
4)本地离线存储,把需要离线存储在本地的文件列在一个 manifest 配置文件
5)web 存储。localStorage、SessionStorage
css3:
CSS3边框如border-radius,
box-shadow等;
CSS3背景如background-size,
background-origin
等;CSS3 2D,3D 转换如 transform 等;CSS3 动画如 animation 等。
参考https://www.cnblogs.com/xkweb/p/5862612.html
版权声明 : 本文未使用任何知识共享协议授权,您可以任何形式自由转载或使用。
发表评论 / 取消回复