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