表单:
使用form来创建表单:
邮箱:
<input type="email" name="email">
地址:
<input type="url" name="url">
日期:
<input type="date">
时间:
<input type="time" value="">
时间日期:
<input type="datetime-local">
月份:
<input type="month">
星期:
<input type="week" name="week">
搜索:
<input type="search" search="s">
颜色:
<input type="color">
语义化标签:
header----头部标签
nav----导航标签
article---内容标签
section---块级标签
aside----侧边栏标签
footer---尾部标签