12_总结.html 477 B

12345678910111213141516171819
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="UTF-8">
  5. <meta http-equiv="X-UA-Compatible" content="IE=edge">
  6. <meta name="viewport" content="width=device-width, initial-scale=1.0">
  7. <title>Document</title>
  8. </head>
  9. <body>
  10. <!--
  11. HTML5 的新特性有哪些
  12. 新的语义化标签 例如<header><nav>
  13. 新增表单控件 比如数字 日期 滑块 时间
  14. 多媒体支持 video audio
  15. 本地存储
  16. 新的属性获取方法
  17. -->
  18. </body>
  19. </html>