拖放 https://www.runoob.com/html/html5-draganddrop.html

地理定位 https://www.runoob.com/html/html5-geolocation.html
视频 https://www.runoob.com/html/html5-video.html
音频 https://www.runoob.com/html/html5-audio.html

Input 类型 https://www.runoob.com/html/html5-form-input-types.html
表单元素、表单属性
output元素用于不同类型的输出,比如计算或脚本输出:

语义元素:
无语义 元素实例:

和 – 无需考虑内容.
语义元素实例: , , and- 清楚的定义了它的内容.

Web 存储 https://www.runoob.com/html/html5-webstorage.html
Web SQL 数据库 https://www.runoob.com/html/html5-web-sql.html
应用程序缓存
web worker 是运行在后台的 JavaScript,不会影响页面的性能。
服务器发送事件(Server-Sent Events)
WebSocket是 HTML5 开始提供的一种在单个 TCP 连接上进行全双工通讯的协议。