表单:
数字输入框 :number
邮箱:email
地址:url
日期:date
时间:time
日期时间:datatime
月份:month
星期:week
搜索:search
<form action="">
<input type="number" min="0" max="80" step="4" value=""><br>
<input type="email" name="email"><br>
<input type="url"><br>
<input type="date"><br>
<input type="time"><br>
<input type="datetime-local"><br>
<input type="week"><br>
<input type="month"><br>
<input type="search">
<input type="submit" value="确定">
</form>
datetime 所有浏览器都不支持
datetime-local :支持谷歌
语义化:
header 头部标签
nav 导航标签
article 内容标签
section 块级标签
aside 侧边栏标签
footer 尾部标签