HTML新增属性

1、<input type="text" required必填  placeholder="默认显示内容"  autofocus自动获取焦点 />

2、type=“email、data、url、number、range{0~255}、color”六种类型

3、标签语义化

<header></header>                        头标签

<nav></nav>                                 导航标签

<aside></aside>                             侧边栏标签

<article></article>                           文章标签

<footer></footer>                          页脚标签

<section></section>                       章节、页眉标签

4、注:部分浏览器不支持,IE6不支持,360不支持。

原文地址:https://www.cnblogs.com/Hansen32/p/5986446.html